OpenMx fails to install under R-4.1.3 Linux, omp.h file not found error
Posted on
arinbasu
Joined: 06/09/2011
Forums
I tried to install OpenMx in Void linux.
The R version is 4.1.3
(I have not installed 4.2.0 as it is not yet available on their servers and I did not want to install myself)
On install.packages("OpenMx"), it halts as it cannot find `omp.h` file.
However, `omp.h` file is present in the following location:
The R version is 4.1.3
(I have not installed 4.2.0 as it is not yet available on their servers and I did not want to install myself)
On install.packages("OpenMx"), it halts as it cannot find `omp.h` file.
However, `omp.h` file is present in the following location:
/usr/lib/clang/12.0.1/include/omp.h
How can I make sure that OpenMx installation can "see" this file?
Would greatly appreciate your guidance.
Best,
Arin
It seems omp-devel is
Could you please try installing these listed in the link above and trying again?
Instructions for xbps-install can be found here: https://docs.voidlinux.org/xbps/index.html
Log in or register to post comments
Thanks for solving this!
Installing libgomp-devel, libseccomp-devel solved the problem.
Libomp-devel was already installed.
Leaving it here just in case other Void Linux users who'd like to install OpenMx and running into problems may benefit.
Best,
Arin Basu
Log in or register to post comments
Aww. I was facing the same
Thank you so much....
Also I love your youtube channel. Keep updating.
Log in or register to post comments