Skip to content

Commit

Permalink
cleanup iminuit recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Dec 13, 2015
1 parent a414566 commit b9c41b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 50 deletions.
6 changes: 0 additions & 6 deletions iminuit/bld.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1

:: Add more build steps here, if they are necessary.

:: See
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
6 changes: 0 additions & 6 deletions iminuit/build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#!/bin/bash

$PYTHON setup.py install

# Add more build steps here, if they are necessary.

# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
42 changes: 4 additions & 38 deletions iminuit/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,59 +1,25 @@
package:
name: iminuit
version: !!str 1.1.1
version: 1.1.1

source:
fn: iminuit-1.1.1.tar.gz
url: https://pypi.python.org/packages/source/i/iminuit/iminuit-1.1.1.tar.gz
md5: d2a05f890eac4bd5a392f49d056ef6a6
# patches:
# List any patch files here
# - fix.patch

# build:
# preserve_egg_dir: True
# entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
#
# - iminuit = iminuit:main
#
# Would create an entry point called iminuit that calls iminuit.main()


# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
# number: 1

requirements:
build:
- python

run:
- python

test:
# Python imports
imports:
- iminuit

# commands:
# You can put test commands to be run here. Use this to test that the
# entry points work.


# You can also put a file called run_test.py in the recipe that will be run
# at test time.

# requires:
# Put any additional test requirements here. For example
# - nose
- iminuit._libiminuit

about:
home: http://iminuit.github.io/iminuit/
license: GNU General Public License (GPL) or MIT License
summary: 'Interactive Minimization Tools based on MINUIT'

# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
license_family: GPL2
summary: Interactive Minimization Tools based on MINUIT

0 comments on commit b9c41b6

Please sign in to comment.