diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2018-04-24 20:51:38 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2018-04-24 20:51:38 +0000 |
commit | 5d6ebce9893e886e89069b45d45d55f965f3e388 (patch) | |
tree | 931ffb22216fe1158193d8bf4ca317fa3c8019cc | |
parent | - Update to 3.2.1 (diff) |
science/clhep: Update version 2.3.1.1=>2.4.0.4
- Add c++11-lang support [1]
- Mark BROKEN for 10.X version as minimum required clang is 3.5
PR: 212575 [1]
Submitted by: jhibbits [1]
Relnotes: https://gitlab.cern.ch/CLHEP/CLHEP/blob/develop/ChangeLog
Notes
Notes:
svn path=/head/; revision=468244
-rw-r--r-- | science/clhep/Makefile | 6 | ||||
-rw-r--r-- | science/clhep/distinfo | 5 | ||||
-rw-r--r-- | science/clhep/pkg-plist | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/science/clhep/Makefile b/science/clhep/Makefile index 723b55129d05..0edfb52bac1e 100644 --- a/science/clhep/Makefile +++ b/science/clhep/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= clhep -PORTVERSION= 2.3.1.1 -PORTREVISION= 4 +PORTVERSION= 2.4.0.4 CATEGORIES= science MASTER_SITES= http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/ @@ -14,10 +13,11 @@ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi BROKEN_powerpc64= fails to compile: c++11 extension is not available for /usr/bin/c++ +BROKEN_FreeBSD_10= does not compile on clan3.4, requires 3.5+ WRKSRC= ${WRKDIR}/${PORTVERSION}/${PORTNAME:tu} -USES= cmake:outsource compiler:openmp perl5 tar:tgz +USES= cmake:outsource compiler:c++11-lang perl5 tar:tgz USE_PERL5= build USE_LDCONFIG= yes diff --git a/science/clhep/distinfo b/science/clhep/distinfo index d34651101442..75d7399dd191 100644 --- a/science/clhep/distinfo +++ b/science/clhep/distinfo @@ -1,2 +1,3 @@ -SHA256 (clhep-2.3.1.1.tgz) = 0e2b170df99176feb0aa4f20ea3b33463193c086682749790c5b9b79388d0ff4 -SIZE (clhep-2.3.1.1.tgz) = 1500859 +TIMESTAMP = 1524599179 +SHA256 (clhep-2.4.0.4.tgz) = eb013841c57990befa1e977a11a552ab8328733c1c3b6cecfde86da40dc22113 +SIZE (clhep-2.4.0.4.tgz) = 1536520 diff --git a/science/clhep/pkg-plist b/science/clhep/pkg-plist index ff42a62e0c94..00e0ed92a272 100644 --- a/science/clhep/pkg-plist +++ b/science/clhep/pkg-plist @@ -249,8 +249,9 @@ include/CLHEP/Random/StaticRandomStates.h include/CLHEP/Random/TripleRand.h include/CLHEP/Random/defs.h include/CLHEP/Random/engineIDulong.h -include/CLHEP/Random/mixmax.h -include/CLHEP/Random/mixmax_skip_N256.icc +include/CLHEP/Random/mixmax_skip_N17.icc +include/CLHEP/Random/mixmax_skip_N240.icc +include/CLHEP/Random/mixmax_skip_N8.icc include/CLHEP/RandomObjects/RandMultiGauss.h include/CLHEP/RandomObjects/RandomVector.h include/CLHEP/RandomObjects/RandomVector.icc |