mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add USES=libtool
- Add INSTALL_TARGET=install-strip
This commit is contained in:
parent
cc8d4beae4
commit
7da579b763
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361135
@ -4,7 +4,7 @@
|
|||||||
PORTNAME= silo
|
PORTNAME= silo
|
||||||
PORTVERSION= 4.9.1
|
PORTVERSION= 4.9.1
|
||||||
DISTVERSIONSUFFIX= -bsd
|
DISTVERSIONSUFFIX= -bsd
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= science
|
CATEGORIES= science
|
||||||
MASTER_SITES= https://wci.llnl.gov/codes/${PORTNAME}/silo-${PORTVERSION}/
|
MASTER_SITES= https://wci.llnl.gov/codes/${PORTNAME}/silo-${PORTVERSION}/
|
||||||
|
|
||||||
@ -21,9 +21,10 @@ OPTIONS_DEFAULT= QT4
|
|||||||
|
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
USES= gmake readline
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-shared --disable-static
|
CONFIGURE_ARGS= --enable-shared --disable-static
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
USES= gmake libtool readline
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
FORTRAN_CONFIGURE_ENABLE= fortran
|
FORTRAN_CONFIGURE_ENABLE= fortran
|
||||||
|
@ -7,8 +7,7 @@ include/ioperf.h
|
|||||||
include/pmpio.h
|
include/pmpio.h
|
||||||
include/silo.h
|
include/silo.h
|
||||||
include/silo.inc
|
include/silo.inc
|
||||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/Silo.la
|
|
||||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/Silo.so
|
%%PYTHON%%%%PYTHON_SITELIBDIR%%/Silo.so
|
||||||
lib/libsilo%%SUFX_HDF5%%.la
|
|
||||||
lib/libsilo%%SUFX_HDF5%%.so
|
lib/libsilo%%SUFX_HDF5%%.so
|
||||||
lib/libsilo%%SUFX_HDF5%%.so.0
|
lib/libsilo%%SUFX_HDF5%%.so.0
|
||||||
|
lib/libsilo%%SUFX_HDF5%%.so.0.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user