R install of openmx breaks with R update 3.3.2
Posted on

Attachment | Size |
---|---|
openmx.txt | 5.38 KB |
Forums
I had the R version of openmx 2.3.1 working on R 3.2 but after the update it no longer will install or update. I was trying to go to 2.6.9, but now not even 2.3.1 will install.
OS RHEL 6
error message attached:
OS RHEL 6
error message attached:
gcc
Log in or register to post comments
In reply to gcc by jpritikin
gcc 5.4 is not an option
Log in or register to post comments
In reply to gcc 5.4 is not an option by rsphadmin
gcc
Log in or register to post comments
I have openmx 3.7 installed
This problem is in reference to the R CRAN repository OpenMx install. Which when I downloaded and tried to even do a configure to do a manual compile was not helpful
./configure
Change default C/C++ compiler and default compile flags by editing ~/.R/Makevars
so yes I completely agree that I could download and install a newer version of gcc, but only if I can actually compile the R package with that gcc does this help.
Log in or register to post comments
In reply to I have openmx 3.7 installed by rsphadmin
how to build
Take a look at http://openmx.ssri.psu.edu/wiki/howto-build-openmx-source-repository?q=wiki/howto-build-openmx-source-repository
Log in or register to post comments
structural-equation modeling or materials science?
Log in or register to post comments
possible update in instructions
Initialized empty Git repository in /OpenMx/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Log in or register to post comments
In reply to possible update in instructions by rsphadmin
clone
Log in or register to post comments
got it working sort of
#!/bin/bash
. $MODULESHOME/init/bash
module load compilers/gcc-4.8.1
#now can actuall install of OpenMx
/usr/bin/R --vanilla < /usr/local/src/R_modules/ROpenMx
does this sound correct or once its built it should work without loading gcc 4.8.1?
Log in or register to post comments
In reply to got it working sort of by rsphadmin
modules
Log in or register to post comments