Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Kurečka
Plumed AlphaFold
Commits
5bf2ceee
There was an error fetching the commit references. Please try again later.
Commit
5bf2ceee
authored
6 years ago
by
Toni G
Browse files
Options
Downloads
Patches
Plain Diff
simplify compiler craziness
parent
d82abc61
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conda/recipe/meta.yaml
+3
-14
3 additions, 14 deletions
conda/recipe/meta.yaml
with
3 additions
and
14 deletions
conda/recipe/meta.yaml
+
3
−
14
View file @
5bf2ceee
...
...
@@ -21,14 +21,9 @@ build:
requirements
:
build
:
# TONI the "not linux" nonsense is because the "compiler" macro resolves to the toolchain packages,
# which override $CC with the system default, which fails on circle-ci
-
{{
compiler('c')
}}
# [osx]
-
{{
compiler('cxx')
}}
# [osx]
-
{{
compiler('fortran')
}}
# [osx]
-
gcc_linux-64
# [linux]
-
gxx_linux-64
# [linux]
-
gfortran_linux-64
# [linux]
-
{{
compiler('c')
}}
-
{{
compiler('cxx')
}}
-
{{
compiler('fortran')
}}
-
m2-bash
# [win]
-
m2-curl
# [win]
-
m2-findutils
# [win]
...
...
@@ -42,7 +37,6 @@ requirements:
-
{{
compiler('m2w64_fortran')
}}
# [win]
-
{{
compiler('m2w64_c')
}}
# [win]
-
{{
compiler('m2w64_cxx')
}}
# [win]
# - ccache-toolchain
host
:
-
python
...
...
@@ -80,8 +74,3 @@ about:
doc_url
:
https://plumed.github.io/doc-v2.4/user-doc/html/index.html
dev_url
:
https://github.com/plumed/plumed2
extra
:
recipe-maintainers
:
# GitHub IDs for maintainers of the recipe.
# Always check with the people listed below if they are OK becoming maintainers of the recipe. (There will be spam!)
-
tonigi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment