Commits

Marcus Calhoun-Lopez authored b6507f75e26
py-cvxopt: add Python 3.7 subport
No tags

python/py-cvxopt/Portfile

Modified
24 24 purpose is to make the development of software for \
25 25 convex optimization applications straightforward \
26 26 by building on Python's extensive standard library \
27 27 and on the strengths of Python as a high-level \
28 28 programming language.
29 29 homepage http://cvxopt.org/
30 30
31 31 checksums rmd160 bff5c419f73203fe35dc23a1be74f7d4c3aa7322 \
32 32 sha256 5cbc2f3ab1573bace9fca6d39cddab86370828f0a50c84fdbd056269c6ec10ac
33 33
34 -python.versions 27 34 35 36
34 +python.versions 27 34 35 36 37
35 35
36 36 if {${subport} ne ${name}} {
37 37 # ignore empty BLAS and LAPACK inputs
38 38 patchfiles patch-setup.py.diff
39 39
40 40 build.env-append \
41 41 CVXOPT_BLAS_LIB_DIR="${prefix}/lib" \
42 42 CVXOPT_LAPACK_LIB=""
43 43
44 44 pre-build {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut