Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
9e8ffb8b
Commit
9e8ffb8b
authored
Jul 04, 2014
by
John Chodera (MSKCC)
Browse files
Updated conda build script to get more understandable errors.
parent
a708bbe5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tools/conda-recipe/build.sh
tools/conda-recipe/build.sh
+2
-1
No files found.
tools/conda-recipe/build.sh
View file @
9e8ffb8b
...
@@ -30,7 +30,8 @@ cp -r $RECIPE_DIR/../.. .
...
@@ -30,7 +30,8 @@ cp -r $RECIPE_DIR/../.. .
mkdir
build
mkdir
build
cd
build
cd
build
cmake ..
$CMAKE_FLAGS
cmake ..
$CMAKE_FLAGS
make
-j4
#make -j4 # faster
make
# simpler to debug
make
install
make
install
export
OPENMM_INCLUDE_PATH
=
$PREFIX
/include
export
OPENMM_INCLUDE_PATH
=
$PREFIX
/include
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment