mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 14:35:21 -04:00
patch to set USE_64TO32=y on release tarballs
This commit is contained in:
parent
ae85e06a00
commit
62bb3a43d1
1 changed files with 11 additions and 0 deletions
11
contrib/git.nwchem/use6432y.patch
Normal file
11
contrib/git.nwchem/use6432y.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- src/config/makefile.h-old 2019-12-30 16:11:31.879449897 -0800
|
||||
+++ src/config/makefile.h 2020-02-07 09:56:47.453911982 -0800
|
||||
@@ -350,6 +350,8 @@
|
||||
_CC = $(notdir $(CC))
|
||||
endif
|
||||
|
||||
+## set USE_64TO32=y on by default since we do make 64_to_32 for this tarball
|
||||
+ USE_64TO32=y
|
||||
#
|
||||
# Machine specific stuff
|
||||
#
|
||||
Loading…
Add table
Add a link
Reference in a new issue