Git Product home page Git Product logo

Comments (10)

mnwright avatar mnwright commented on August 31, 2024

I have no idea. I hope I'll find time to try the Intel compiler in August.

Is this still the way to do it?

from ranger.

mnwright avatar mnwright commented on August 31, 2024

I just installed the intel compiler (16.0.3) in a Ubuntu 14.04 VM and built R 3.3.1 with it. ranger installs and runs fine. I also tried the pure C++ version and it seems to work fine, too.

Is this solved with version 16 or is it something different?

from ranger.

mnwright avatar mnwright commented on August 31, 2024

Closed. Please reopen if not solved.

from ranger.

mbq avatar mbq commented on August 31, 2024

I can confirm it builds with intel 16.

from ranger.

mbq avatar mbq commented on August 31, 2024

Although, I cannot get across this check against __cplusplus you make here... For my icpc (v 16.0.2) it is just 1.

from ranger.

boro2013 avatar boro2013 commented on August 31, 2024

Hi everyone,
I'm working on a cluster, and have installed R on my home directory. When I tried to install ranger i got the following error:
AAA_check_cpp11.cpp:3:2: error: #error Error: ranger requires a real C++11 compiler, e.g., gcc >= 4.7 or Clang >= 3.0. You probably have to update your C++ compiler.
make: *** [AAA_check_cpp11.o] Error 1
ERROR: compilation failed for package ‘ranger’

Linux release: CentOS release 6.9
processor: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz

I've no idea how to fix this issue.

from ranger.

mnwright avatar mnwright commented on August 31, 2024

Try gcc --version to check your gcc version.

from ranger.

boro2013 avatar boro2013 commented on August 31, 2024

I've installed a new version of gcc on my home directory, and now it works fine, thank u

from ranger.

larsplus avatar larsplus commented on August 31, 2024

Hi, I manage my gcc version using ~/.R/Makevars where I set
CC=/path/to/gcc-4.9.1
CXX=path/to/g++-4.9.1
but I get the same error; does ranger ignore ~/.R/Makevars and use the default gcc instead?

from ranger.

mnwright avatar mnwright commented on August 31, 2024

Try

CXX1X=/path/to/g++

from ranger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.