Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Merge pull request #50 from saraedum/101
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum authored Aug 18, 2020
2 parents 98f2481 + 7391f1d commit 6fd967a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

dnl We need at least autoconf 2.69 for this configure.ac to work.
AC_PREREQ([2.69])
AC_INIT([pyeantic], [1.0.0], [[email protected]])
AC_INIT([pyeantic], [1.0.1], [[email protected]])

AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.14.1])
Expand Down
7 changes: 2 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '1.0.0' %}
{% set version = '1.0.1' %}
{% set build_number = environ.get('GIT_DESCRIBE_NUMBER') %}
{% set action = action or 'release' %}
{% set py = _python | replace('*', '') | replace(' ', '') | replace('.', '') %}
Expand Down Expand Up @@ -33,7 +33,7 @@ requirements:
# configure is looking for all the runtime dependencies during the build
- cppyy
- boost-cpp
- e-antic 1.*
- e-antic >=1.0a master_1110
{%- if test_requirements %}
# enable check-valgrind in ./configure
- valgrind >=3.15.0 # [linux]
Expand All @@ -49,9 +49,6 @@ requirements:
- python {{ _python }}
- cppyy
- boost-cpp
# Strangely run_exports of e-antic is not picked up correctly (it's missing from the package on flatsurf)
# This is probably due to recent bugs in conda-build (mid 2019)
- e-antic 1.*

{%- if action == "release" %}
test:
Expand Down
18 changes: 18 additions & 0 deletions test/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6fd967a

Please sign in to comment.