gamspy-shot 51.0.0rc1__py3-none-manylinux_2_28_aarch64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,14 @@
1
+ import os
2
+ from pathlib import Path
3
+ from .version import __version__
4
+ directory = str(Path(__file__).resolve().parent)
5
+
6
+ import shutil
7
+ import gamspy_arm_perf
8
+ for file in gamspy_arm_perf.files:
9
+ if not os.path.exists(os.path.join(directory, file)):
10
+ shutil.copy(os.path.join(gamspy_arm_perf.directory, file), os.path.join(directory, file))
11
+ files = ['libipopt.so', 'libarmpl_gams.so', 'libgurobi.so', 'libshtcclib64.so']
12
+
13
+ file_paths = [directory + os.sep + file for file in files]
14
+ verbatim = 'SHOT 1001 5 00010203040506070809 1 0 2 MINLP MIQCP\ngmsgenus.run\ngmsgenux.out\nlibshtcclib64.so sht 1 1'
Binary file
Binary file
Binary file
gamspy_shot/version.py ADDED
@@ -0,0 +1 @@
1
+ __version__ = '51.0.0rc1'
@@ -0,0 +1,3 @@
1
+ Metadata-Version: 2.4
2
+ Name: gamspy_shot
3
+ Version: 51.0.0rc1
@@ -0,0 +1,9 @@
1
+ gamspy_shot/__init__.py,sha256=dXz3m0KM9hXvO4O_6IBKTzZ7Iq1P_HIpn-tnmWpguDY,595
2
+ gamspy_shot/libgurobi.so,sha256=F_6YYpPzKzkJLsgS-6FCBkxOodJOTIaEhOy9LmSCnRo,118889304
3
+ gamspy_shot/libipopt.so,sha256=Y6ZmSe4Rb3618q8KJA27jDU7tQDoVwKHftxYyTP4lso,4859840
4
+ gamspy_shot/libshtcclib64.so,sha256=Db05UBQKim24ajrDjGYiAr-xNChUSMcPEhGdoF9wpxs,14505552
5
+ gamspy_shot/version.py,sha256=e7dMxWWwwFHKgGBBUm_HJ6d7Cv0vcrHfD8iMjvg1XSM,25
6
+ gamspy_shot-51.0.0rc1.dist-info/METADATA,sha256=ToA5C7XYbmINWv43Jjqj8kvrthHspZzIFgcwYdSx2hg,59
7
+ gamspy_shot-51.0.0rc1.dist-info/WHEEL,sha256=t5_TVo5EoIcKNBhWzfot9g64ilMSG_CsDKeV6kLKeBo,116
8
+ gamspy_shot-51.0.0rc1.dist-info/top_level.txt,sha256=gusCdxO7iASg7Gt5S2fDZID7IyLftCEceNg_cQGrwKA,12
9
+ gamspy_shot-51.0.0rc1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+
5
+ Tag: py3-none-manylinux_2_28_aarch64
@@ -0,0 +1 @@
1
+ gamspy_shot