-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compass #305
Comments
@pavelToman I'm looking into getting I tried adding this to the easyconfig: installopts = " && cp -a %(installdir)s/cplex/python/3.10 %(installdir)s/cplex/python/3.11 && "
installopts += "sed -i 's/3.10/3.11/g' %(installdir)s/cplex/python/3.11/x86-64_linux/setup.py && "
installopts += "cd %(installdir)s/cplex/python/3.11/x86-64_linux/cplex/_internal && "
installopts += "ln -s py310_cplex%(v)s.so py311_cplex%(v)s.so" % {'v': version.replace('.', '')} (this requires the enhanced CPLEX easyblock in easybuilders/easybuild-easyblocks#3317 to pick up That doesn't fully work however, because the
That basically means we're stuck to Python 3.10 for now for CPLEX, which probably means that we should stick with |
Yes, it seems so. For |
Draft for foss/2022b - needs to be updated as soon as CPLEX for GCCcore 12.2.0 is ready. It should possible to build it even without CPLEX. |
Working version for foss/2021b: |
There seems to be a problem with CPLEX-22.1.1 for GCCcore/12.2.0 either for GCCcore/11.3.0 because of zlib version. For 12.2.0 and 11.3.0 the python version has zlib v1.2.12. Seems it is same problem as with other IBM sw: https://www.ibm.com/support/pages/aix-open-source-semeru-javazipexception-invalid-entry-crc-errors-after-zlib-updates There are some logs from installation:
|
foss/2023a
PythonPackage
The text was updated successfully, but these errors were encountered: