Skip to content

Compiling ipopt for rockylinux9 / RHEL9 #803

Answered by svigerske
mrmundt asked this question in Q&A
Discussion options

You must be logged in to vote

The blas and lapack library symlinks in RockyLinux 9 are broken: https://bugs.rockylinux.org/view.php?id=7855
This should work around it:

RUN cd /usr/lib64 && ln -sf libblas.so.3.9.0 libblas.so.3 && \
   ln -sf liblapack.so.3.9.0 liblapack.so.3

I also needed to add

RUN dnf -y install 'dnf-command(config-manager)'

to run your Dockerfile.

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@mrmundt
Comment options

@svigerske
Comment options

@mrmundt
Comment options

@svigerske
Comment options

Answer selected by mrmundt
@mrmundt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants