summarylogtreecommitdiffstats
path: root/namd.patch
diff options
context:
space:
mode:
authorViktor Drobot2020-10-02 20:06:17 +0300
committerViktor Drobot2020-10-02 20:06:17 +0300
commit2d5b0674dba4ad1068f2e1b16956c39c574a638f (patch)
tree858733b8c855fd6faacc7df32e8f186fe989ec9c /namd.patch
parentd846d6faf25e951e40948c61aa68256535637ac4 (diff)
downloadaur-2d5b0674dba4ad1068f2e1b16956c39c574a638f.tar.gz
GCC 10 rebuild
Diffstat (limited to 'namd.patch')
-rw-r--r--namd.patch30
1 files changed, 4 insertions, 26 deletions
diff --git a/namd.patch b/namd.patch
index 032b637f297e..22cbb92cd4a5 100644
--- a/namd.patch
+++ b/namd.patch
@@ -1,23 +1,3 @@
---- charm-6.10.2/src/arch/common/cc-gcc.sh 2020-08-05 17:58:22.000000000 +0300
-+++ charm-6.10.2/src/arch/common/cc-gcc.sh 2020-08-10 12:34:00.190585376 +0300
-@@ -1,11 +1,11 @@
--CMK_CPP_CHARM="cpp -P"
--CMK_CPP_C="gcc$CMK_COMPILER_SUFFIX"
--CMK_CC="gcc$CMK_COMPILER_SUFFIX"
--CMK_CXX="g++$CMK_COMPILER_SUFFIX"
--CMK_LD="gcc$CMK_COMPILER_SUFFIX"
--CMK_LDXX="g++$CMK_COMPILER_SUFFIX"
-+CMK_CPP_CHARM="cpp-9 -P"
-+CMK_CPP_C="gcc-9"
-+CMK_CC="gcc-9"
-+CMK_CXX="g++-9"
-+CMK_LD="gcc-9"
-+CMK_LDXX="g++-9"
-
- CMK_CPP_C_FLAGS="-E"
-
- CMK_LD_SHARED='-shared'
- CMK_LD_LIBRARY_PATH="-Wl,-rpath,$CHARMLIBSO/"
--- Make.charm 2020-08-05 20:51:20.000000000 +0300
+++ Make.charm 2020-08-10 12:23:57.005349008 +0300
@@ -1,6 +1,6 @@
@@ -73,12 +53,10 @@
NAMD_ARCH = Linux-x86_64
CHARMARCH = multicore-linux-x86_64
--CXX = g++ -m64 -std=c++0x
+ CXX = g++ -m64 -std=c++0x
-CXXOPTS = -O3 -fexpensive-optimizations -ffast-math
--CC = gcc -m64
++CXXOPTS = -O3 -fexpensive-optimizations -ffast-math -fPIC
+ CC = gcc -m64
-COPTS = -O3 -fexpensive-optimizations -ffast-math
-+CXX = g++-9 -m64 -std=c++0x
-+CXXOPTS = -O3 -fexpensive-optimizations -ffast-math -fPIC
-+CC = gcc-9 -m64
-+COPTS = -O3 -fexpensive-optimizations -ffast-math -fPIC
++COPTS = -O3 -fexpensive-optimizations -ffast-math -fPIC