Skip to content

Commit

Permalink
adding easyconfigs: Mosek-10.2.10-foss-2023b.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
alberta committed Nov 27, 2024
1 parent ac5b5b0 commit 05f7e9f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/m/Mosek/Mosek-10.2.10-foss-2023b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
easyblock = 'PythonPackage'

name = 'Mosek'
version = '10.2.10'

homepage = 'http://www.mosek.com/'
description = """ MOSEK is a package for large-scale convex and mixed-integer optimization,
including LP, QP, SOCP, exponential and power cone problems, SDP, QCQP and MIP.
Documentation and examples can be found at the MOSEK website
MOSEK requires a license. Free of charge trial licenses as well as licenses
for non-commercial academic use can be obtained from the MOSEK website."""

toolchain = {'name': 'foss', 'version': '2023b'}

sources = ['%(name)s-%(version)s-cp37-abi3-manylinux2014_x86_64.whl']
checksums = ['f0882f31313c0ae0199de8a210ab77f6c4f3474dc91ea27440ea1a98c0fcb20e']

dependencies = [
('Python', '3.11.5'),
]

download_dep_fail = True
use_pip = True
unpack_sources = False

moduleclass = 'data'

0 comments on commit 05f7e9f

Please sign in to comment.