Skip to content

Commit

Permalink
Bump libsequence to 1.9.4. Update dependencies, which are build-only! (
Browse files Browse the repository at this point in the history
…#10210)

* Bump libsequence to 1.9.4.  Update dependencies, which are build-only!
Compiler and run unit tests after build.

* skip os x for now.  the case-sensitivity of the file system makes building impossible until we get closer to libseq 2.0
  • Loading branch information
molpopgen authored and bgruening committed Aug 2, 2018
1 parent 1e31b57 commit e8eb827
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
1 change: 1 addition & 0 deletions recipes/libsequence/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

CXXFLAGS="-O3 -DNDEBUG" CPPFLAGS="-I$PREFIX/include $CPPFLAGS" LDFLAGS="-L$PREFIX/lib -Wl,-rpath,$PREFIX/lib $LDFLAGS" ./configure --prefix=$PREFIX
make
make check
make install

18 changes: 7 additions & 11 deletions recipes/libsequence/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@

package:
name: libsequence
version: '1.9.3'
version: '1.9.4'

source:
url: http://github.com/molpopgen/libsequence/archive/1.9.3.tar.gz
md5: d21c865a9a364761ea951316f0d6ab3f
url: http://github.com/molpopgen/libsequence/archive/1.9.4.tar.gz
md5: 7ed0e6e084059c5420f921e1086a270f

build:
skip: True # [osx]
number: 0

requirements:
build:
- {{ compiler('cxx') }}
host:
- zlib
- tbb
run:
- zlib
- tbb
- boost >=1.60.0

test:
commands:
- libsequenceConfig --version | grep 1.9.3 > /dev/null
- libsequenceConfig --version | grep 1.9.4 > /dev/null

about:
home: http://http://molpopgen.github.io/libsequence/
license: GNU Lesser General Public License v2 or later (LGPLv2+)
license: GNU Lesser General Public License v3 or later (LGPLv3+)
summary: 'A C++ class library for evolutionary genetics.'

0 comments on commit e8eb827

Please sign in to comment.