Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revive the SOLVCON application - regular maintenance #94

Merged
merged 2 commits into from
Nov 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion applications/solvcon/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,15 @@ devenv use ${DEVENVFLAVOR_SUB}
# bz2 will be used by solvcon (via python)
devenv build openssl
devenv build bzip2
# sqlite will be used when building python on mac OS for:
# error: System version of SQLite does not support loadable extensions
# make: *** [sharedmods] Error 1
devenv build sqlite
VERSION=3.8 devenv build python
devenv build cmake
# scotch will be used later by libmarch
# cmake will be used for building scotch
devenv build scotch
SYNCGIT="yes" devenv build scotch

# prepare all packages to build SOLVCON
pip3 install nose boto paramiko netCDF4 numpy
Expand Down