diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 08:55:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 08:55:30 +0800 |
commit | 4c8bd33779d7514cabed99d6c6eccbe6635ee926 (patch) | |
tree | 0a69cd254580d4d21a13477bb17d8668bd96aeaa /sysutils | |
parent | d352b0e62328caabefe233d757172ba4bc645a36 (diff) | |
download | freebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.tar.gz freebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.tar.zst freebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.zip |
- Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use NOT_FOR_ARCHS
- Strip shared library
- Remove deprecated PTHREAD_*
- Use MAKE_CMD
- Bump PORTREVISION for science/hdf5 shlib change [1]
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by: portmgr (bapt) [1]
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/slurm-hpc/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/slurm-hpc/Makefile b/sysutils/slurm-hpc/Makefile index a3e558fbb5e6..0de207034a40 100644 --- a/sysutils/slurm-hpc/Makefile +++ b/sysutils/slurm-hpc/Makefile @@ -3,6 +3,7 @@ PORTNAME= slurm PORTVERSION= 2.6.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/archive/ \ http://www.schedmd.com/download/latest/ \ @@ -17,11 +18,8 @@ LICENSE= GPLv1 LIB_DEPENDS= libsysinfo.so:${PORTSDIR}/devel/libsysinfo \ libhwloc.so:${PORTSDIR}/devel/hwloc \ libmunge.so:${PORTSDIR}/security/munge \ - librrd.so:${PORTSDIR}/databases/rrdtool -# Testing for hdf5.so is insufficient. It will accept hdf5 1.6 and -# slurm requires hdf5 1.8. h5copy is present only in 1.8. -BUILD_DEPENDS+= ${LOCALBASE}/bin/h5copy:${PORTSDIR}/science/hdf5-18 -RUN_DEPENDS+= ${BUILD_DEPENDS} + librrd.so:${PORTSDIR}/databases/rrdtool \ + libhdf5.so:${PORTSDIR}/science/hdf5 USE_BZIP2= yes USE_LDCONFIG= yes |