summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-physics/bullet: rename altivec vector keywordsNiccolò Belli2022-11-272-0/+26
| | | | | | | | | | | | | | | | Altivec vectors can be defined with either the "vector" keyword or the "__vector" type. In general "__vector" should be prefered for include files, as otherwise it might conflicts with other type define in the source code (define a vector class in C++ is quite common). This causes bullet to fail to build on powerpc if the code is compiled with -maltivec, or by default on ppc64el which always has altivec enabled. See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760310 Closes: https://bugs.gentoo.org/852101 Signed-off-by: Niccolò Belli <niccolo.belli@linuxsystems.it> Closes: https://github.com/gentoo/gentoo/pull/28193 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/geant: add github upstream metadataSam James2022-11-031-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-physics/lhapdf: Revbump 6.5.2Alexander Puck Neuwirth2022-10-302-3/+62
| | | | | | Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/27806 Signed-off-by: Sam James <sam@gentoo.org>
* sci-physics/lhapdf: add 6.5.3Alexander Puck Neuwirth2022-10-302-0/+64
| | | | | Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Sam James <sam@gentoo.org>
* sci-physics/lhapdf: Patch CXXFLAGS and LDFLAGSAlexander Puck Neuwirth2022-10-302-1/+14
| | | | | | | | Bug: https://bugs.gentoo.org/875386 Bug: https://bugs.gentoo.org/873655 Bug: https://bugs.gentoo.org/873652 Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Sam James <sam@gentoo.org>
* sci-physics/root: update live ebuild for 6.26 branchGuilherme Amadio2022-10-201-8/+3
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/root: add 6.26.08Guilherme Amadio2022-10-202-3/+4
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/pythia: align longdescription opening and closing tagsPetr Vaněk2022-10-201-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sci-physics/looptools: align longdescription opening and closing tagsPetr Vaněk2022-10-201-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sci-physics/geant: align longdescription opening and closing tagsPetr Vaněk2022-10-201-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sci-physics/bullet: align longdescription opening and closing tagsPetr Vaněk2022-10-201-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sci-physics/pythia: Install lhapdf plugin libAlexander Puck Neuwirth2022-10-182-2/+4
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/27395 Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/qmeq: enable py3.10 and disable py3.7Andreas K. Hüttel2022-10-161-2/+2
| | | | | Closes: https://bugs.gentoo.org/846293 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sci-physics/root: sync live ebuildsAndrew Ammerlaan2022-10-143-17/+41
| | | | | | Tested python3_11, did not work :( Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/geant4_vmc: add 6.1_p2Oliver Freyermuth2022-10-103-1/+81
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/27627 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/lhapdf: add gitlab upstream metadataSam James2022-10-051-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-physics/root: version bump to 6.26.06Guilherme Amadio2022-09-212-1/+1
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/root: restrict dependency on nlohmann_json, bug 872053Guilherme Amadio2022-09-212-2/+2
| | | | | Closes: https://bugs.gentoo.org/872053 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/geant: update ManifestGuilherme Amadio2022-09-191-1/+1
| | | | | | Closes: https://bugs.gentoo.org/871729 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/geant: drop 4.11.0.1-r1Guilherme Amadio2022-09-192-131/+0
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/geant: stabilize 4.11.0.2-r1 for amd64Guilherme Amadio2022-09-191-1/+1
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/geant: version bump to 4.11.0.3Guilherme Amadio2022-09-192-0/+134
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/geant: Fix building on musl, avoid execinfo.hlistout2022-09-142-0/+104
| | | | | | | | | | Avoid including execinfo.h and calling backtrace function on system that don't provide the header. Closes: https://bugs.gentoo.org/829151 Closes: https://github.com/gentoo/gentoo/pull/26313 Signed-off-by: brahmajit das <listout@protonmail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/lhapdf: remove boost slot depsDavid Seifert2022-09-043-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sci-physics/geant: [QA] correct boost python usedepDavid Seifert2022-09-042-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sci-physics/espresso: update to version 4.2.0Andrew Ammerlaan2022-08-314-14/+153
| | | | | | Closes: https://bugs.gentoo.org/846287 Closes: https://bugs.gentoo.org/811186 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/lhapdf: add 6.5.2Andrew Ammerlaan2022-08-312-0/+60
| | | | | Closes: https://bugs.gentoo.org/846290 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/thepeg: properly build and execute the testsAndrew Ammerlaan2022-08-281-0/+1
| | | | | Closes: https://bugs.gentoo.org/866731 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/thepeg: add test dep: boostAndrew Ammerlaan2022-08-271-1/+4
| | | | | Bug: https://bugs.gentoo.org/866731 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/thepeg: drop unused flagAndrew Ammerlaan2022-08-261-2/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/pythia: add 8.3.07Andrew Ammerlaan2022-08-262-0/+183
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/pythia: depend on hepmc:2Andrew Ammerlaan2022-08-261-2/+2
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/thepeg: drop 2.0.4-r1Andrew Ammerlaan2022-08-262-99/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/thepeg: depend on hepmc:2Andrew Ammerlaan2022-08-261-3/+6
| | | | | Closes: https://bugs.gentoo.org/851537 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/thepeg: add 2.2.3Andrew Ammerlaan2022-08-262-0/+101
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/hepmc: add 2.06.11Andrew Ammerlaan2022-08-262-0/+96
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/hepmc: add myself as a maintainerAlexander Puck Neuwirth2022-08-261-1/+5
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/26618 Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/hepmc: add 3.2.5Alexander Puck Neuwirth2022-08-263-0/+53
| | | | | Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/geant: use <pkg> tag in metadata.xmlPetr Vaněk2022-08-261-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sci-physics/bullet: use <pkg> tag in metadata.xmlPetr Vaněk2022-08-261-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sci-physics/fastjet-contrib: add myself as a maintainerAlexander Puck Neuwirth2022-08-261-4/+8
| | | | | Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/fastjet-contrib: Fix tc ar and ranlibAlexander Puck Neuwirth2022-08-263-4/+253
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/26621 Closes: https://bugs.gentoo.org/860222 Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/yoda: add version 1.9.6Alexander Puck Neuwirth2022-08-232-0/+53
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/26613 Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/fastjet-contrib: [QA] fix dtd URL (HTTP->HTTPS)Sam James2022-07-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-physics/fastjet: doc needs latexAlexander Puck Neuwirth2022-07-222-0/+2
| | | | | | | Closes: https://bugs.gentoo.org/860042 Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/26520 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/fastjet-contrib: needs CXX from tcAlexander Puck Neuwirth2022-07-221-1/+4
| | | | | | | Closes: https://bugs.gentoo.org/860039 Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/26521 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/fastjet: fix USE="cgal" with versions 5.4 and upAndrew Ammerlaan2022-07-221-0/+77
| | | | | Closes: https://bugs.gentoo.org/851912 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/fastjet: depend on cgal<5.3Andrew Ammerlaan2022-07-221-2/+2
| | | | | | | | | cgal versions newer then 5.2 do not install the shared libraries that this package looks for in the configure phase even with USE="shared" Bug: https://bugs.gentoo.org/851912 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/fastjet-contrib: new package, add 1.049Andrew Ammerlaan2022-07-224-0/+66
| | | | | | | Closes: https://github.com/gentoo/sci/pull/1158 Co-authored-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-physics/fastjet: add 3.4.0Andrew Ammerlaan2022-07-224-0/+162
| | | | | | | | Closes: https://github.com/gentoo/sci/pull/1158 Bug: https://bugs.gentoo.org/851912 Co-authored-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>