sci-chemistry/gromacs: Fix sandbox violation

Closes: https://bugs.gentoo.org/965866

Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
This commit is contained in:
Alexey Shvetsov
2025-12-28 21:08:48 +03:00
parent 2c0336c65f
commit 2ba1c79ac0
5 changed files with 10 additions and 0 deletions

View File

@@ -287,6 +287,8 @@ src_configure() {
}
src_compile() {
# fix sandbox violation bug #965866
addwrite /proc/mtrr
for x in ${GMX_DIRS}; do
einfo "Compiling for ${x} precision"
BUILD_DIR="${WORKDIR}/${P}_${x}"\

View File

@@ -287,6 +287,8 @@ src_configure() {
}
src_compile() {
# fix sandbox violation bug #965866
addwrite /proc/mtrr
for x in ${GMX_DIRS}; do
einfo "Compiling for ${x} precision"
BUILD_DIR="${WORKDIR}/${P}_${x}"\

View File

@@ -287,6 +287,8 @@ src_configure() {
}
src_compile() {
# fix sandbox violation bug #965866
addwrite /proc/mtrr
for x in ${GMX_DIRS}; do
einfo "Compiling for ${x} precision"
BUILD_DIR="${WORKDIR}/${P}_${x}"\

View File

@@ -288,6 +288,8 @@ src_configure() {
}
src_compile() {
# fix sandbox violation bug #965866
addwrite /proc/mtrr
for x in ${GMX_DIRS}; do
einfo "Compiling for ${x} precision"
BUILD_DIR="${WORKDIR}/${P}_${x}"\

View File

@@ -288,6 +288,8 @@ src_configure() {
}
src_compile() {
# fix sandbox violation bug #965866
addwrite /proc/mtrr
for x in ${GMX_DIRS}; do
einfo "Compiling for ${x} precision"
BUILD_DIR="${WORKDIR}/${P}_${x}"\