mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
do not build pyton on 32bit linux
This commit is contained in:
parent
b614abc252
commit
cc60f0d1a8
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ variables:
|
|||
.linuxubuntu_template: &beforescript_linuxubuntu
|
||||
before_script:
|
||||
- export NWCHEM_TARGET=LINUX
|
||||
- export PATH=/usr/local/python395.i386/bin:/home/edo/apps/mpich314_i686/bin:/usr/bin:/bin:.
|
||||
- export PATH=/home/edo/apps/mpich314_i686/bin:/usr/bin:/bin:.
|
||||
- export LD_LIBRARY_PATH=/home/edo/apps/mpich314_i686/lib:/home/edo/apps/OpenBLAS.i386/lib
|
||||
|
||||
.compile_template: &compile_step
|
||||
|
|
@ -174,6 +174,7 @@ linux_ubuntu:build_gcc:
|
|||
variables:
|
||||
PATH: "/home/edo/apps/mpich314_i686/bin:/usr/bin:/bin:."
|
||||
LD_LIBRARY_PATH: "/home/edo/apps/mpich314_i686/lib"
|
||||
NWCHEM_MODULES: "all"
|
||||
BUILD_SCALAPACK: 1
|
||||
BUILD_OPENBLAS: 1
|
||||
BLAS_SIZE: 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue