Amazon Linux 2またはcentos 7にlibompパッケージをインストールする方法は?

Amazon Linux 2またはcentos 7にlibompパッケージをインストールする方法は?

snapgene_viewerという必要なソフトウェアをインストールしようとしましたが、libompを要求できないようです。

Error: Package: snapgene-viewer-6.1-2.x86_64 (/snapgene_viewer_6.1.2_linux)
           Requires: libomp
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

homebrew https://formulae.brew.sh/formula/libompダイレクトパッケージがあってインストールもしてみましたがやはり失敗し、

checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/tmp/xz-20221129-23304-127j8iw/xz-5.2.7':
configure: error: C compiler cannot create executables
See `config.log' for more details

しかし、私のコンピュータにgccがインストールされていて、ここに出力があります。gcc -v

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-libsanitizer --enable-gnu-indirect-function --enable-libcilkrts --enable-libatomic --enable-libquadmath --enable-libitm --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 7.3.1 20180712 (Red Hat 7.3.1-15) (GCC)

llvmとgccの違いを理解し、llvmツールセットもインストールしましたyum search libomp

llvm-toolset-7-libomp.x86_64 : OpenMP runtime for clang
llvm-toolset-7-libomp-devel.x86_64 : OpenMP header files
llvm-toolset-7.0-libomp.x86_64 : OpenMP runtime for clang
llvm-toolset-7.0-libomp-devel.x86_64 : OpenMP header files
llvm-toolset-7.0-libomp-test.x86_64 : OpenMP regression tests

libompその一部で、以下にインストールされており、シンボリックリンクを介して利用可能であることを/opt確認しました。/usr/lib

それでも違いはありません。

私は何を見逃しており、どのように動作させることができますか?

ベストアンサー1

おすすめ記事