Notebook
# run_test.sh cd $SRC_DIR/test cmake . make
# from glpk build: features: - vc9 [win and py27] - vc10 [win and py34] - vc14 [win and py35] requirements: build: - gmp [linux or osx]
# from glpk build: number: {{ environ.get("APPVEYOR_BUILD_NUMBER", 1) }} [win] # from poliastro at conda-forge {% set version = "0.5.0" %} package: name: poliastro version: {{ version }} source: fn: v{{ version }}.tar.gz url: https://github.com/poliastro/poliastro/archive/v{{ version }}.tar.gz
# build.sh from glpk export CFLAGS="-O3" ./configure --prefix=$PREFIX --with-gmp make check install