summaryrefslogtreecommitdiff
path: root/sci-physics
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-11-19 19:13:43 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-11-19 19:13:43 +0000
commit11c30d06b50c29e991bc0657f9137891e7715502 (patch)
tree5bff08d46887f5b13087d7a5d31faf18258f851f /sci-physics
parentb157cf9966e13649bad441b513f344fb115f7dc2 (diff)
downloadbaldeagleos-repo-11c30d06b50c29e991bc0657f9137891e7715502.tar.gz
baldeagleos-repo-11c30d06b50c29e991bc0657f9137891e7715502.tar.xz
baldeagleos-repo-11c30d06b50c29e991bc0657f9137891e7715502.zip
Updating liguros repo
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/clhep/clhep-2.4.4.0.ebuild5
-rw-r--r--sci-physics/clhep/files/clhep-modulemap.patch24
-rw-r--r--sci-physics/geant-data/metadata.xml24
3 files changed, 40 insertions, 13 deletions
diff --git a/sci-physics/clhep/clhep-2.4.4.0.ebuild b/sci-physics/clhep/clhep-2.4.4.0.ebuild
index d5a75a24ff6f..d71ebf6c995f 100644
--- a/sci-physics/clhep/clhep-2.4.4.0.ebuild
+++ b/sci-physics/clhep/clhep-2.4.4.0.ebuild
@@ -26,7 +26,10 @@ BDEPEND="
)
"
-PATCHES=( "${FILESDIR}"/clhep-fix-testThreaded.patch )
+PATCHES=(
+ "${FILESDIR}"/clhep-fix-testThreaded.patch
+ "${FILESDIR}"/clhep-modulemap.patch
+)
S="${WORKDIR}/${PV}/CLHEP"
diff --git a/sci-physics/clhep/files/clhep-modulemap.patch b/sci-physics/clhep/files/clhep-modulemap.patch
new file mode 100644
index 000000000000..31b1eda620a7
--- /dev/null
+++ b/sci-physics/clhep/files/clhep-modulemap.patch
@@ -0,0 +1,24 @@
+From ade5d82b54d2c72660b6b2c478323ac741ea7c01 Mon Sep 17 00:00:00 2001
+From: Guilherme Amadio <amadio@cern.ch>
+Date: Thu, 19 Nov 2020 09:55:12 +0100
+Subject: [PATCH] Install modulemap along with other header files
+
+---
+ cmake/Modules/ClhepCopyHeaders.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/Modules/ClhepCopyHeaders.cmake b/cmake/Modules/ClhepCopyHeaders.cmake
+index bd38b8a2..c6483c3a 100644
+--- a/cmake/Modules/ClhepCopyHeaders.cmake
++++ b/cmake/Modules/ClhepCopyHeaders.cmake
+@@ -49,6 +49,6 @@ macro (clhep_copy_headers )
+ # handle the module.modulemap file
+ CONFIGURE_FILE( ${CLHEP_SOURCE_DIR}/module.modulemap ${CLHEP_BINARY_DIR}/module.modulemap COPYONLY )
+ INSTALL (FILES ${CLHEP_BINARY_DIR}/module.modulemap
+- DESTINATION include )
++ DESTINATION include/CLHEP )
+
+ endmacro (clhep_copy_headers)
+--
+2.29.2
+
diff --git a/sci-physics/geant-data/metadata.xml b/sci-physics/geant-data/metadata.xml
index 17a62aeffd3c..d4b2f43bcc19 100644
--- a/sci-physics/geant-data/metadata.xml
+++ b/sci-physics/geant-data/metadata.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>amadio@gentoo.org</email>
- <name>Guilherme Amadio</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-physics@gentoo.org</email>
- <name>Gentoo Physics Project</name>
- </maintainer>
- <longdescription lang="en">
- For specific, optional physics processes, Geant4 uses extra data
- which are being installed with this package.
- </longdescription>
+ <maintainer type="person">
+ <email>amadio@gentoo.org</email>
+ <name>Guilherme Amadio</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci-physics@gentoo.org</email>
+ <name>Gentoo Physics Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ For specific, optional physics processes, Geant4 uses extra data
+ which are being installed with this package.
+ </longdescription>
<origin>gentoo-staging</origin>
</pkgmetadata>