Skip to content

Instantly share code, notes, and snippets.

@lukecampbell
Created May 15, 2012 19:04
Show Gist options
  • Save lukecampbell/2704236 to your computer and use it in GitHub Desktop.
Save lukecampbell/2704236 to your computer and use it in GitHub Desktop.
Lion patches to Pyon
diff --git a/buildout.cfg b/buildout.cfg
index 4815d9d..33349b3 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -6,7 +6,6 @@ parts =
pyzmq
pyyaml
gevent
- numpy-install
h5py
python
unittest
@@ -60,30 +59,6 @@ include-dirs = /usr/local/include
recipe = zc.recipe.egg:custom
include-dirs = /usr/local/include
-[numpy-src]
-recipe = hexagonit.recipe.download
-url = http://pypi.python.org/packages/source/n/numpy/numpy-1.6.1.tar.gz#md5=2bce18c08fc4fce461656f0f4dd9103e
-ignore-existing = true
-
-[numpy-install]
-recipe = z3c.recipe.egg:setup
-setup = ${numpy-src:location}/numpy-1.6.1
-args =
- clean
- build
- install
-
-[matplotlib-src]
-recipe = hexagonit.recipe.download
-url = http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0/matplotlib-1.1.0.tar.gz
-
-[matplotlib-install]
-recipe = z3c.recipe.egg:setup
-setup = ${matplotlib-src:location}/matplotlib-1.1.0
-args =
- clean
- build
- install
[python]
recipe = zc.recipe.egg
diff --git a/setup.py b/setup.py
index debaa7f..7d00f8a 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,6 @@ setup( name = 'coi-services',
'WebTest',
'requests',
'seawater',
- 'matplotlib==1.1.0',
'Pydap>=3.0.1',
'netCDF4>=0.9.8',
'cdat_lite>=6.0rc2',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment