forked from Lainports/freebsd-ports
science/clhep: Update version 2.4.1.0=>2.4.6.3
- httpsUpdate MASTER_SITES - Add a test target (Note: one test fails) - Also add math as a secondary category Note: with this update, CLHEP could be used by science/geant4. PR: 268571 Reported by: thierry Relnotes: https://gitlab.cern.ch/CLHEP/CLHEP/blob/CLHEP_2_4_6_3/ChangeLog
This commit is contained in:
parent
2cfb061b2c
commit
c0484d0228
3 changed files with 10 additions and 9 deletions
|
|
@ -1,8 +1,7 @@
|
|||
PORTNAME= clhep
|
||||
PORTVERSION= 2.4.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/
|
||||
PORTVERSION= 2.4.6.3
|
||||
CATEGORIES= science math
|
||||
MASTER_SITES= https://proj-clhep.web.cern.ch/proj-clhep/dist1/
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Object-oriented toolkit for particle physics applications by CERN
|
||||
|
|
@ -11,7 +10,7 @@ WWW= https://proj-clhep.web.cern.ch/proj-clhep/
|
|||
LICENSE= GPLv3 LGPL3
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USES= cmake compiler:c++11-lang perl5 tar:tgz
|
||||
USES= cmake:testing compiler:c++11-lang perl5 tar:tgz
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTVERSION}/${PORTNAME:tu}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1546372620
|
||||
SHA256 (clhep-2.4.1.0.tgz) = d14736eb5c3d21f86ce831dc1afcf03d423825b35c84deb6f8fd16773528c54d
|
||||
SIZE (clhep-2.4.1.0.tgz) = 1537195
|
||||
TIMESTAMP = 1672072374
|
||||
SHA256 (clhep-2.4.6.3.tgz) = fcd007f11b10ba4af28d027222b63148d0eb44ff7a082eee353bdf921f9c684a
|
||||
SIZE (clhep-2.4.6.3.tgz) = 1550499
|
||||
|
|
|
|||
|
|
@ -187,7 +187,8 @@ include/CLHEP/Matrix/Vector.h
|
|||
include/CLHEP/Matrix/Vector.icc
|
||||
include/CLHEP/Matrix/defs.h
|
||||
include/CLHEP/Random/DRand48Engine.h
|
||||
include/CLHEP/Random/DoubConv.hh
|
||||
include/CLHEP/Random/DoubConv.h
|
||||
include/CLHEP/Random/RanluxppEngine.h
|
||||
include/CLHEP/Random/DualRand.h
|
||||
include/CLHEP/Random/EngineFactory.h
|
||||
include/CLHEP/Random/Hurd160Engine.h
|
||||
|
|
@ -305,6 +306,7 @@ include/CLHEP/Vector/TwoVector.h
|
|||
include/CLHEP/Vector/TwoVector.icc
|
||||
include/CLHEP/Vector/ZMxpv.h
|
||||
include/CLHEP/Vector/defs.h
|
||||
include/clhep.modulemap
|
||||
lib/libCLHEP-%%VERSION%%.a
|
||||
lib/libCLHEP-%%VERSION%%.so
|
||||
lib/libCLHEP-Cast-%%VERSION%%.a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue