mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Mark MAKE_JOBS_UNSAFE
- Fix PLIST - Bump PORTREVISION for package change PR: ports/190138 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
This commit is contained in:
parent
da62f1f545
commit
5b45f9d53f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354986
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= hdf5
|
PORTNAME= hdf5
|
||||||
PORTVERSION= 1.8.13
|
PORTVERSION= 1.8.13
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= science archivers graphics
|
CATEGORIES= science archivers graphics
|
||||||
MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/releases/${DISTNAME}/src/ \
|
MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/releases/${DISTNAME}/src/ \
|
||||||
ftp://ftp.hdfgroup.org/HDF5/releases/${DISTNAME}/src/ \
|
ftp://ftp.hdfgroup.org/HDF5/releases/${DISTNAME}/src/ \
|
||||||
@ -27,6 +28,7 @@ CONFIGURE_ARGS= --enable-cxx \
|
|||||||
--with-zlib=/usr
|
--with-zlib=/usr
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
|
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
|
||||||
|
MAKE_JOBS_UNSAFE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= libtool tar:bzip2
|
USES= libtool tar:bzip2
|
||||||
|
|
||||||
|
@ -120,6 +120,7 @@ include/H5version.h
|
|||||||
%%FORTRAN%%include/h5t.mod
|
%%FORTRAN%%include/h5t.mod
|
||||||
%%FORTRAN%%include/h5t_provisional.mod
|
%%FORTRAN%%include/h5t_provisional.mod
|
||||||
%%FORTRAN%%include/h5tb.mod
|
%%FORTRAN%%include/h5tb.mod
|
||||||
|
%%FORTRAN%%include/h5test_kind_sizeof_mod.mod
|
||||||
%%FORTRAN%%include/h5z.mod
|
%%FORTRAN%%include/h5z.mod
|
||||||
include/hdf5.h
|
include/hdf5.h
|
||||||
%%FORTRAN%%include/hdf5.mod
|
%%FORTRAN%%include/hdf5.mod
|
||||||
@ -148,4 +149,4 @@ lib/libhdf5_hl_cpp.so.8.0.2
|
|||||||
%%FORTRAN%%lib/libhdf5hl_fortran.a
|
%%FORTRAN%%lib/libhdf5hl_fortran.a
|
||||||
%%FORTRAN%%lib/libhdf5hl_fortran.so
|
%%FORTRAN%%lib/libhdf5hl_fortran.so
|
||||||
%%FORTRAN%%lib/libhdf5hl_fortran.so.8
|
%%FORTRAN%%lib/libhdf5hl_fortran.so.8
|
||||||
%%FORTRAN%%lib/libhdf5hl_fortran.so.8.0.1
|
%%FORTRAN%%lib/libhdf5hl_fortran.so.8.0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user