mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
remove c9c174fbb5 on Linux to avoid amdflang GA failures https://github.com/nwchemgit/nwchem/issues/171#issuecomment-1773473504
This commit is contained in:
parent
2f8801b4d2
commit
7f5ce1a0c2
2 changed files with 19 additions and 0 deletions
16
src/tools/autoconf_patch.sh
Executable file
16
src/tools/autoconf_patch.sh
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env bash
|
||||
rm -f autoconf.patch
|
||||
cat > autoconf.patch <<EOF
|
||||
--- $1/configure.org 2022-11-03 14:47:40.000000000 -0700
|
||||
+++ $1/configure 2023-10-20 15:36:29.516676155 -0700
|
||||
@@ -21699 +21698,0 @@
|
||||
- s/\/.*\/lib.*\.a//p ;
|
||||
@@ -21811 +21809,0 @@
|
||||
- s/\/.*\/lib.*\.a//p ;
|
||||
@@ -22145 +22142,0 @@
|
||||
- s/\/.*\/lib.*\.a//p ;
|
||||
@@ -22257 +22253,0 @@
|
||||
- s/\/.*\/lib.*\.a//p ;
|
||||
EOF
|
||||
patch -p0 -s -N < ./autoconf.patch
|
||||
echo autoconf.patch applied
|
||||
|
|
@ -206,6 +206,9 @@ if [[ -d "ga-5.8.2" ]]; then
|
|||
./peigstubs_patch.sh $GA_DIR
|
||||
./mpipr-too-many_patch.sh $GA_DIR
|
||||
./ga_ma_align_patch.sh $GA_DIR
|
||||
if [ $(uname -s) != "Darwin" ]; then
|
||||
./autoconf_patch.sh $GA_DIR
|
||||
fi
|
||||
echo patched
|
||||
touch ga-5.8.2/patched581
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue