Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLion configuration and dependency tracking #2

Closed
wants to merge 8 commits into from
Closed

Conversation

krlmlr
Copy link
Owner

@krlmlr krlmlr commented Sep 23, 2016

for better C++ development.

Same as hadley#2130.

krlmlr and others added 3 commits September 10, 2016 10:27
for installing via R CMD INSTALL.

Achieved with a `Makevars.local` file which is part of the repository but not of the built package. (It is created as empty file when installing from built package.)

include directives are portable: http://pubs.opengroup.org/onlinepubs/9699919799/, search for "include lines"

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")

include_directories(/home/muelleki/R/x86_64-pc-linux-gnu-library/current/BH/include)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a little specific

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Substituted with a more generic configuration.

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