Skip to content

Commit cfc860a

Browse files
committed
removing clawpack and matplotlib
1 parent 71558c2 commit cfc860a

5 files changed

Lines changed: 17 additions & 59 deletions

File tree

examples/proteus.linux2.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extends:
1414
# profile.
1515

1616
packages:
17-
clawpack:
17+
# clawpack:
1818
launcher:
1919
cmake:
2020
openjpeg:
@@ -41,7 +41,7 @@ packages:
4141
parmetis:
4242
pillow:
4343
petsc:
44-
version: 3.7.5
44+
version: 3.7.6
4545
openblas: true
4646
build_with: |
4747
parmetis, cmake, blas
@@ -74,7 +74,7 @@ packages:
7474
pygrib:
7575
scipy:
7676
h5py:
77-
pydap:
77+
# pydap:
7878
rdp:
7979
ode:
8080
pip:
@@ -89,7 +89,7 @@ packages:
8989
doxygen:
9090
gmsh:
9191
scorec:
92-
matplotlib:
92+
#matplotlib:
9393
sphinx:
9494
sphinx-bootstrap-theme:
9595
pyzmq:

pkgs/chrono.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

pkgs/petsc/petsc.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@ extends: [autotools_package]
22
dependencies:
33
build: [blas, mpi, python, cmake, {{build_with}}]
44

5-
when version == '3.7.5':
5+
when version == 'master':
6+
sources:
7+
- key: git:8c405a35e3463db34467c44b5b94e7b81d895f6d
8+
url: https://bitbucket.org/petsc/petsc
9+
when version == '3.7.6':
10+
sources:
11+
- key: tar.gz:wb7xwtsx25pzqj4hxwawt55y326vv3re
12+
url: http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.7.6.tar.gz
13+
when version == '3.7.5':
614
sources:
715
- key: tar.gz:2z3yd2x4qctstavsoeghejihe3ehth6b
816
url: http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.7.5.tar.gz

pkgs/petsc4py/petsc4py.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ build_stages:
3232
bash: |
3333
patch -up1 < _hashdist/petsc4py_install_conf_3.6.0.patch
3434
35-
- when: version == '3.7.0'
36-
name: with_conf
37-
handler: bash
38-
files: [petsc4py_install_conf_3.7.0.patch]
39-
before: install
40-
bash: |
41-
patch -up1 < _hashdist/petsc4py_install_conf_3.7.0.patch
42-
4335
- when: platform == 'Cygwin'
4436
name: explicit_build
4537
after: fix_libpetsc4py_decls_detection
@@ -57,6 +49,9 @@ build_stages:
5749
# PATH=$PATH:$PETSC_DIR/bin \
5850
# $PYTHON runtests.py)
5951

52+
when version == 'master': #note, update commits on petsc and petsc4py to use master
53+
- key: git:8c9fc3a08c95098a208468fe9546fa5952638d12
54+
url: https://bitbucket.org/petsc/petsc4py
6055
when version == '3.7.0':
6156
sources:
6257
- key: tar.gz:4h62pjucmtb6ziqbj4st57spgbx2shln

pkgs/pyjulia.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencies:
55
run: []
66

77
sources:
8-
- key: zip:233ldbjslzvfm3okwulgn5bkz3pmux42
8+
- key: zip:4ijldcjw3prvbgwzdeaec5w2meazhzig
99
url: https://github.com/JuliaPy/pyjulia/archive/master.zip

0 commit comments

Comments
 (0)