Skip to content

Commit 83752be

Browse files
committed
updated zoltan config
1 parent acb3c60 commit 83752be

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pkgs/zoltan.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,14 @@ build_stages:
2323
handler: bash
2424
bash: |
2525
export MPI_DIR=$MPI_ROOT
26+
export CFLAGS="-m64"
27+
export CXXFLAGS="-m64"
28+
export CPPFLAGS="-m64"
29+
export FCFLAGS="-m64"
2630
2731
- name: configure
2832
after: setEnv
2933
configure_path: ".."
30-
extra: ['--with-cflags=-fPIC', '--with-cxxflags=-fPIC']
34+
extra: ['--with-cflags=-fPIC',
35+
'--with-gnumake',
36+
'--with-cxxflags=-fPIC']

0 commit comments

Comments
 (0)