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

Build OSX with Cmake #18

Merged
merged 21 commits into from
Jan 25, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
5 changes: 4 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ source:
- patches/do_not_use_global_conda_prefix.patch
- patches/do_not_symlink_missing_ff12pol.patch
- patches/use_external_netcdf.patch
- patches/do_not_override_osx_deployment_target.patch
- patches/do_not_override_osx_deployment_target.patch # [osx]
# Fix weird bug described here:
# https://github.com/conda-forge/ambertools-feedstock/pull/11#issuecomment-570618741
- patches/comment_out_xdrfile_version.patch # [osx]
# The following patch was downloaded from this GH issue:
# https://github.com/Amber-MD/cmake-buildscripts/issues/131#issuecomment-561280272
# It needs to be applied manually in build.sh
Expand Down
7 changes: 7 additions & 0 deletions recipe/patches/comment_out_xdrfile_version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
diff --git a/AmberTools/src/cpptraj/src/xdrfile/VERSION b/AmberTools/src/cpptraj/src/xdrfile/VERSION
index 8926873d..213b6891 100644
--- a/AmberTools/src/cpptraj/src/xdrfile/VERSION
+++ b/AmberTools/src/cpptraj/src/xdrfile/VERSION
jaimergp marked this conversation as resolved.
Show resolved Hide resolved
@@ -1 +1 @@
-Code is from MDTRAJ (https://github.com/mdtraj/mdtraj), commit aa1c91f3ab6b0f9e9f1d0c790d2b5bff7c83ece4
+// Code is from MDTRAJ (https://github.com/mdtraj/mdtraj), commit aa1c91f3ab6b0f9e9f1d0c790d2b5bff7c83ece4