Ticket #45345: root5.diff
File root5.diff, 2.3 KB (added by cjones051073 (Chris Jones), 10 years ago) |
---|
-
Portfile
6 6 PortGroup active_variants 1.1 7 7 PortGroup select 1.0 8 8 PortGroup compiler_blacklist_versions 1.0 9 PortGroup github 1.0 9 10 10 name root5 11 version 5.34.2 111 github.setup root-mirror root 412c352e586db31d27416e9369af334a482f1db7 12 version 5.34.22 12 13 13 14 set version_major [lindex [split ${version} .] 0] 14 15 16 name root5 15 17 categories science 16 18 maintainers gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc 17 19 license LGPL-2.1+ 20 18 21 description ROOT is a data analysis framework from CERN 19 22 long_description The ROOT system provides a set of frameworks with all \ 20 23 the functionality needed to handle and analyze large amounts \ 21 of data in a very efficient way 24 of data in a very efficient way. 25 22 26 homepage http://root.cern.ch/ 23 27 platforms darwin 24 distname root_v${version}.source25 master_sites http://root.cern.ch/download/ \26 ftp://root.cern.ch/root/27 28 28 checksums rmd160 ed43f57737449db63163210cafba6fd4f48721f3\29 sha256 a843912db900741da223b5f4ba444036d5527bd9d72c7a4a0685936b434d4bcb29 checksums rmd160 83559fc8ad960145f942f8002c787507b6296b78 \ 30 sha256 0f8ed7024f3d41a711988ba7b9f7648b08186a46251469cd5d2cd3e1a3ede273 30 31 31 32 dist_subdir root 32 worksrcdir root33 33 34 34 depends_lib port:xz \ 35 35 port:pcre \ … … 304 304 # ======================================================================================== 305 305 306 306 # List of possible python versions 307 set python_versions { 2.6 2.7 3. 1 3.2 3.3 3.4 }307 set python_versions { 2.6 2.7 3.3 3.4 } 308 308 309 309 # Define the available variants 310 310 foreach ver ${python_versions} { … … 566 566 # Note that g95 does not work here, so that variant is removed 567 567 # ======================================================================================== 568 568 569 set gcc_versions { 4.3 4.4 4.5 4.6 4.7 4.8 4.9 }569 set gcc_versions { 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5 } 570 570 set default_fortran_variant +gcc48 571 571 572 572 foreach ver ${gcc_versions} {