Skip to content
Snippets Groups Projects
Commit 07c1532f authored by Dilawar Singh's avatar Dilawar Singh
Browse files

This build passes locally.

parent 0a702352
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,8 @@ set -e
# NOTICE: This file is parsed by cmake to create a shell script. Not all syntax
# will play well with cmake. CMAKE replaces @FOO@ and ${FOO} with cmake variable
# values.
NPROC=$(nproc)
if [ -z $MAKEOPTS ]; then
export MAKEOPTS="-j${NPROC}"
export MAKEOPTS="-j`nproc`"
fi
echo "Building pymoose and creating bdist."
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment