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
a5647754
Commit
a5647754
authored
Jul 03, 2014
by
John Chodera (MSKCC)
Browse files
Trying again with source directory.
parent
5f3f7790
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
tools/conda-recipe/build.sh
tools/conda-recipe/build.sh
+4
-1
No files found.
tools/conda-recipe/build.sh
View file @
a5647754
...
@@ -23,7 +23,10 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
...
@@ -23,7 +23,10 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
CMAKE_FLAGS+
=
" -DFFTW_THREADS_LIBRARY=
$PREFIX
/lib/libfftw3f_threads.dylib"
CMAKE_FLAGS+
=
" -DFFTW_THREADS_LIBRARY=
$PREFIX
/lib/libfftw3f_threads.dylib"
fi
fi
cd
$SRC_DIR
# Copy source to current directory.
cp
-r
$RECIPE_DIR
/../..
.
# Build in subdirectory.
mkdir
build
mkdir
build
cd
build
cd
build
cmake ..
$CMAKE_FLAGS
cmake ..
$CMAKE_FLAGS
...
...
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