summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-cvxopt/package.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2022-07-23 20:19:29 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2022-07-31 13:29:20 -0700
commit156af2a60ab61bb8c03fbe23a52d8ee25c504b23 (patch)
treeab083a8843d0e9e55629f3a07924bb20f9cf2ec7 /var/spack/repos/builtin/packages/py-cvxopt/package.py
parent3fa090f49030b36eb1e4038280504ce3cc1e1de0 (diff)
downloadspack-156af2a60ab61bb8c03fbe23a52d8ee25c504b23.tar.gz
spack-156af2a60ab61bb8c03fbe23a52d8ee25c504b23.tar.bz2
spack-156af2a60ab61bb8c03fbe23a52d8ee25c504b23.tar.xz
spack-156af2a60ab61bb8c03fbe23a52d8ee25c504b23.zip
black: clean up noqa comments from most of the code
Many noqa's in the code are no longer necessary now that the column limit is 99 characters. Others can easily be eliminated, and still more can just be made more specific if they do not have to do with line length. The only E501's still in the code are in the tests for `spack.util.path` and the tests for `spack style`.
Diffstat (limited to 'var/spack/repos/builtin/packages/py-cvxopt/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-cvxopt/package.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-cvxopt/package.py b/var/spack/repos/builtin/packages/py-cvxopt/package.py
index e64a488456..b36607d382 100644
--- a/var/spack/repos/builtin/packages/py-cvxopt/package.py
+++ b/var/spack/repos/builtin/packages/py-cvxopt/package.py
@@ -19,7 +19,14 @@ class PyCvxopt(PythonPackage):
variant('gsl', default=False, description='Use GSL random number generators for constructing random matrices')
variant('fftw', default=False, description='Install the cvxopt.fftw interface to FFTW')
variant('glpk', default=False, description='Enable support for the linear programming solver GLPK')
- # variant('mosek', default=False, description='Enable support for the linear, second-order cone, and quadratic programming solvers in MOSEK') # noqa
+ # variant(
+ # 'mosek',
+ # default=False,
+ # description=(
+ # 'Enable support for the linear, second-order cone, and quadratic '
+ # 'programming solvers in MOSEK'
+ # ),
+ # )
variant('dsdp', default=False, description='Enable support for the semidefinite programming solver DSDP')
# Required dependencies