Ticket #37686: hdf5_bump.diff
File hdf5_bump.diff, 12.7 KB (added by eborisch (Eric A. Borisch), 12 years ago) |
---|
-
gis/gdal/Portfile
5 5 6 6 name gdal 7 7 version 1.9.2 8 revision 1 8 9 categories gis 9 10 license MIT BSD 10 11 platforms darwin -
graphics/field3d/Portfile
6 6 7 7 github.setup imageworks Field3D 1.3.2 v 8 8 name field3d 9 revision 1 9 10 categories graphics 10 11 maintainers blair 11 12 license BSD -
graphics/vigra/Portfile
5 5 6 6 name vigra 7 7 version 1.8.0 8 revision 18 revision 2 9 9 categories graphics 10 10 platforms darwin 11 11 maintainers gmail.com:benjamin.seppke -
math/gnudatalanguage/Portfile
5 5 6 6 name gnudatalanguage 7 7 version 0.9.2 8 revision 38 revision 4 9 9 epoch 1 10 10 categories math science 11 11 maintainers takeshi igf.fuw.edu.pl:slayoo -
math/octave/Portfile
5 5 6 6 name octave 7 7 version 3.2.4 8 revision 1 08 revision 11 9 9 conflicts octave-devel 10 10 categories math science 11 11 license GPL-3+ -
math/octave-devel/Portfile
5 5 6 6 name octave-devel 7 7 version 3.6.3 8 revision 1 8 9 conflicts octave 9 10 categories math science 10 11 maintainers michaelld openmaintainer -
math/petsc/Portfile
6 6 7 7 name petsc 8 8 version 3.3-p5 9 revision 1 9 10 categories math science 10 11 maintainers mmoll 11 12 description Portable, Extensible Toolkit for Scientific Computation -
math/shogun/Portfile
6 6 categories math science 7 7 name shogun 8 8 version 0.9.3 9 revision 1 9 10 set branch [join [lrange [split ${version} .] 0 1] .] 10 11 license GPL-3 11 12 maintainers jameskyle -
perl/p5-pdl/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 8 8 perl5.setup PDL 2.4.6 9 revision 39 revision 4 10 10 maintainers saao.ac.za:tim 11 11 description Perl Data Language - scientific computing capability for perl 12 12 long_description The perlDL project aims to turn perl into an efficient numerical \ -
python/py-h5py/Portfile
8 8 version 2.1.1 9 9 10 10 # h5py needs to be re-built after hdf5-18 upgrades 11 revision 111 revision 2 12 12 13 13 checksums \ 14 14 rmd160 9884028e5f7b768f77a1c808c10dd6af4414fb01 \ -
python/py-tables/Portfile
6 6 set realname tables 7 7 name py-${realname} 8 8 version 2.4.0 9 revision 19 revision 2 10 10 python.versions 26 27 11 11 python.default_version 27 12 12 categories python science -
science/H5Part/Portfile
5 5 6 6 name H5Part 7 7 version 1.6.6 8 revision 1 8 9 categories science 9 10 maintainers lbl.gov:ghweber 10 11 license BSD -
science/alps/Portfile
7 7 8 8 name alps 9 9 version 2.1.1 10 revision 110 revision 2 11 11 categories science 12 12 platforms darwin 13 13 maintainers gmail.com:gamperl -
science/armadillo/Portfile
6 6 7 7 name armadillo 8 8 version 3.4.0 9 revision 1 9 10 categories science 10 11 platforms darwin 11 12 maintainers gmail.com:christian.frisson openmaintainer -
science/bob/Portfile
8 8 9 9 github.setup idiap bob 1.1.2 v 10 10 set soversion 1.1 11 revision 1 11 12 categories science math devel 12 13 platforms darwin 13 14 maintainers idiap.ch:andre.anjos \ -
science/flann/Portfile
5 5 6 6 name flann 7 7 version 1.8.1 8 revision 1 8 9 categories science devel 9 10 maintainers mmoll 10 11 description Fast Library for Approximate Nearest Neighbors -
science/h4h5tools/Portfile
4 4 5 5 name h4h5tools 6 6 version 2.2.1 7 revision 1 7 8 categories science 8 9 platforms darwin 9 10 maintainers dal.ca:tom.duck openmaintainer -
science/h5utils/Portfile
5 5 6 6 name h5utils 7 7 version 1.12.1 8 revision 18 revision 2 9 9 categories science 10 10 platforms darwin 11 11 maintainers ece.pdx.edu:higginja -
science/hdf5-18/Portfile
7 7 8 8 set realname hdf5 9 9 name ${realname}-18 10 version 1.8.9 11 revision 2 10 version 1.8.10 12 11 categories science 13 12 maintainers mmoll openmaintainer 14 13 … … 30 29 ftp://ftp.hdfgroup.org/HDF5/current/src/ \ 31 30 ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${version}/src/ 32 31 checksums \ 33 rmd160 4c1a4160fbac6befa15b2dc039f20858c31db37d\34 sha256 fa fe54856b00f0d6531629f66e2c476ab6ee03458803088f270bbfc4a60966c732 rmd160 78fe33ae4205068f7bddeb98f0e7a2c77310b651 \ 33 sha256 fa6e6b37b7976edac860732b87c50370e3beba3ae784d05f16f298c033a45a44 35 34 distname ${realname}-${version} 36 35 use_bzip2 yes 37 36 depends_lib port:zlib … … 40 39 # nawk: bailing out at source line 273 41 40 conflicts_build nawk 42 41 42 # llvm-gcc-4.2 produced code fails type conversion tests 43 # Upstream suggestion is use -O0. Clang-produced code passes all tests. 44 configure.compiler clang 45 43 46 configure.args --with-zlib=yes --enable-filters=all \ 44 47 --enable-production --disable-fortran \ 45 48 --disable-cxx --enable-shared --enable-static \ -
science/hdfeos5/Portfile
5 5 6 6 name hdfeos5 7 7 version 1.14 8 revision 28 revision 3 9 9 categories science 10 10 platforms darwin 11 11 license public-domain -
science/nco/Portfile
5 5 6 6 name nco 7 7 version 4.2.3 8 revision 1 8 9 platforms darwin 9 10 maintainers takeshi 10 11 license GPL-3 -
science/ncview/Portfile
5 5 6 6 name ncview 7 7 version 2.1.1 8 revision 1 8 9 maintainers nomaintainer 9 10 platforms darwin 10 11 categories science -
science/netcdf/Portfile
6 6 name netcdf 7 7 epoch 2 8 8 version 4.2.1.1 9 revision 1 9 10 maintainers takeshi openmaintainer 10 11 platforms darwin 11 12 categories science -
science/silo/Portfile
5 5 6 6 name silo 7 7 version 4.8 8 revision 18 revision 2 9 9 categories science 10 10 platforms darwin 11 11 maintainers nomaintainer -
science/splash/Portfile
5 5 6 6 name splash 7 7 version 2.2.0 8 revision 08 revision 1 9 9 categories science graphics 10 10 platforms darwin 11 11 maintainers monash.edu:daniel.price -
science/swarm/Portfile
5 5 6 6 name swarm 7 7 version 2.4.1 8 revision 28 revision 3 9 9 categories science 10 10 maintainers nomaintainer 11 11 license GPL-2 -
science/vapor/Portfile
4 4 PortSystem 1.0 5 5 name vapor 6 6 version 1.5.2 7 revision 17 revision 2 8 8 categories science 9 9 maintainers takeshi 10 10 description interactive 3D scientific visualization environment -
science/wgrib2/Portfile
5 5 6 6 name wgrib2 7 7 version 1.9.6a 8 revision 58 revision 6 9 9 platforms darwin 10 10 maintainers takeshi 11 11 license public-domain -
science/yorick-hdf5/Portfile
6 6 7 7 set uname hdf5 8 8 github.setup frigaut yorick-${uname} 0.8.0 9 revision 1 9 10 license GPL-2+ 10 11 categories science yorick 11 12 platforms darwin