diff --git a/easybuild/easyconfigs/m/Mosek/Mosek-10.2.10-foss-2023b.eb b/easybuild/easyconfigs/m/Mosek/Mosek-10.2.10-foss-2023b.eb new file mode 100644 index 00000000000..4a6e804196c --- /dev/null +++ b/easybuild/easyconfigs/m/Mosek/Mosek-10.2.10-foss-2023b.eb @@ -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'