We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb3c60 commit 83752beCopy full SHA for 83752be
1 file changed
pkgs/zoltan.yaml
@@ -23,8 +23,14 @@ build_stages:
23
handler: bash
24
bash: |
25
export MPI_DIR=$MPI_ROOT
26
+ export CFLAGS="-m64"
27
+ export CXXFLAGS="-m64"
28
+ export CPPFLAGS="-m64"
29
+ export FCFLAGS="-m64"
30
31
- name: configure
32
after: setEnv
33
configure_path: ".."
- extra: ['--with-cflags=-fPIC', '--with-cxxflags=-fPIC']
34
+ extra: ['--with-cflags=-fPIC',
35
+ '--with-gnumake',
36
+ '--with-cxxflags=-fPIC']
0 commit comments