forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding easyconfigs: Mosek-10.2.10-foss-2023b.eb
- Loading branch information
alberta
committed
Nov 27, 2024
1 parent
ac5b5b0
commit 05f7e9f
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |