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
5f3f7790
"platforms/vscode:/vscode.git/clone" did not exist on "71bc7c8c70ffbccd82891dec7fd4f4deb99af64d"
Commit
5f3f7790
authored
Jul 03, 2014
by
John Chodera (MSKCC)
Browse files
Updated build.sh to change to source directory first.
parent
3ce0b4c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/conda-recipe/build.sh
tools/conda-recipe/build.sh
+1
-1
No files found.
tools/conda-recipe/build.sh
View file @
5f3f7790
...
@@ -23,7 +23,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
...
@@ -23,7 +23,7 @@ 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
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