- Timestamp:
- Jan 3, 2021 2:36:36 PM (2 years ago)
- Location:
- install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2full/construct.yaml.template
r4442 r4705 9 9 - python>=3.7 10 10 - conda 11 - numpy >=1.1811 - numpy=1.19 12 12 - scipy 13 - matplotlib =3.013 - matplotlib>=3.3 14 14 - pillow 15 15 - pyopengl … … 24 24 - pyparsing 25 25 - C:\Jenkins\g2builds\win-64\gsas2complete-**Version**-0.tar.bz2 [win] 26 - ~/builds/osx-64\gsas2complete-**Version**-0.tar.bz2 [osx] 26 - ~/builds/osx-64/gsas2complete-**Version**-0.tar.bz2 [win] 27 - ~/builds/linux-64/gsas2complete-**Version**-0.tar.bz2 [linux] 27 28 28 29 #exclude: -
install/setversion.py
r4240 r4705 44 44 print('changing for 32-bit windows') 45 45 out = out.replace('win-64','win-32') 46 if sys.platform == "win32" and platform.architecture()[0] != '32bit': 47 print('changing for 32-bit linux') 48 out = out.replace('linux-64','linux-32') 46 49 fp.close() 47 50 print('Creating',fil)
Note: See TracChangeset
for help on using the changeset viewer.