Commits
Renee Otten authored 6c8d79febdb
14 14 | universal_variant no |
15 15 | description PETSc for Python - Python bindings for PETSc |
16 16 | long_description PETSc is a suite of data structures and routines for the scalable \ |
17 17 | (parallel) solution of scientific applications modeled by partial \ |
18 18 | differential equations. It employs the MPI standard for all \ |
19 19 | message-passing communication. |
20 20 | |
21 21 | maintainers nomaintainer |
22 22 | |
23 23 | checksums rmd160 a86fd9d249f498e74822375b2bc4c0ceae8cc96b \ |
24 - | sha256 da07ffef7da61164ad75b23af59860fea467ae47532302d91b7b4ec561aa0f9c |
24 + | sha256 da07ffef7da61164ad75b23af59860fea467ae47532302d91b7b4ec561aa0f9c \ |
25 + | size 223053 |
25 26 | |
26 27 | mpi.setup require |
27 28 | |
28 - | python.versions 27 34 35 36 |
29 + | python.versions 27 35 36 |
29 30 | |
30 31 | build.env-append PETSC_DIR=${prefix}/lib/petsc |
31 32 | destroot.env-append PETSC_DIR=${prefix}/lib/petsc |
32 33 | |
33 34 | if {${subport} ne ${name}} { |
34 35 | mpi.enforce_variant \ |
35 36 | py${python.version}-mpi4py |
36 37 | |
37 38 | depends_build-append \ |
38 39 | port:py${python.version}-setuptools \ |