Skip to content
Snippets Groups Projects
Commit f9eeb6eb authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

small fixes

parent f056cf15
No related branches found
No related tags found
No related merge requests found
......@@ -11,18 +11,16 @@ source:
build:
number: 0
skip: True # [win]
# Note: --no-deps is currently required due to https://github.com/conda/conda-build/issues/3254
# Once resolved, it should be removed.
# script: "{{ PYTHON }} -m pip install . --no-deps -vv"
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- python
- pip
- cython
run:
# make sure to test with this version
- python
test:
......
......@@ -28,6 +28,8 @@ else
opt=STATIC_LIBS=-Wl,-rpath-link,$PREFIX/lib
fi
export CPPFLAGS="-D__PLUMED_DEFAULT_KERNEL=$PREFIX/lib/libplumedKernel$SHLIB_EXT $CPPFLAGS"
./configure --prefix=$PREFIX --enable-shared --disable-python --disable-external-lapack --disable-external-blas $opt
make -j4
......
......@@ -7,28 +7,19 @@ package:
source:
path: ../..
# Tar is preferred, but a symlink therein crashes windows builds. Git is ok.
# url: https://github.com/plumed/{{ name }}/archive/v{{ version }}.tar.gz
# sha256: f4cf55c63a6798a0607f4e47eeeee7c1bc191668772c83ce4dabf3a5ba407426
build:
number: 0
skip: True # [win]
skip: True # [py<35]
# Note: --no-deps is currently required due to https://github.com/conda/conda-build/issues/3254
# Once resolved, it should be removed.
# script: "{{ PYTHON }} -m pip install . --no-deps -vv"
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
# - ccache-toolchain
host:
- zlib
# cannot link gsl on MacOS
- gsl # [linux]
run:
- zlib
- gsl # [linux]
......@@ -39,6 +30,7 @@ test:
- plumed info --root
- plumed info --version
- plumed info --long-version
- $PREFIX/lib/plumed/plumed-runtime -h
about:
home: http://www.plumed.org/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment