FreeBSD Bugzilla – Attachment 107685 Details for
Bug 148496
math/octave: optional build with hdf5 v1.6 or v1.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 972 bytes, created by
Max Brazhnikov
on 2010-07-11 15:20:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Max Brazhnikov
Created:
2010-07-11 15:20:05 UTC
Size:
972 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/octave/Makefile,v >retrieving revision 1.118 >diff -u -r1.118 Makefile >--- Makefile 28 Mar 2010 06:39:27 -0000 1.118 >+++ Makefile 11 Jul 2010 10:52:40 -0000 >@@ -23,7 +23,6 @@ > gsed:${PORTSDIR}/textproc/gsed > LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ > glpk.28:${PORTSDIR}/math/glpk \ >- hdf5:${PORTSDIR}/science/hdf5 \ > umfpack.1:${PORTSDIR}/math/suitesparse \ > qhull:${PORTSDIR}/math/qhull \ > arpack:${PORTSDIR}/math/arpack \ >@@ -43,8 +42,16 @@ > INFO= octave liboctave > MAN1= octave.1 octave-bug.1 mkoctfile.1 octave-config.1 > >+OPTIONS= LEGACY_HDF5 "Build with HDF5 v1.6 (otherwise with HDF5 v1.8)" on >+ > .include <bsd.port.pre.mk> > >+.if defined(WITHOUT_LEGACY_HDF5) >+LIB_DEPENDS+= hdf5:${PORTSDIR}/science/hdf5-18 >+.else >+LIB_DEPENDS+= hdf5:${PORTSDIR}/science/hdf5 >+.endif >+ > USE_BLAS?= reference > > .if exists(${LOCALBASE}/lib/libgoto2.so)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 148496
: 107685