Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

make miniapps optional in CMake #81

Open
sharkovsky opened this issue Aug 17, 2017 · 0 comments
Open

make miniapps optional in CMake #81

sharkovsky opened this issue Aug 17, 2017 · 0 comments

Comments

@sharkovsky
Copy link
Contributor

Right now all miniapps are built by default, and strange dependencies between the driver and miniapps appear as soon as you try to disable them.
For example, the driver requires the file path.h, which gets generated in the coreneuron_1.0 folder. If you disable that folder from CMake, you get this error

In file included from neuromapp/app/driver.cpp:32:0:
neuromapp/coreneuron_1.0/common/data/helper.h:32:95: fatal error: neuromapp/coreneuron_1.0/common/data/path.h: No such file or directory

We should make the miniapps optional, and independent from one another.

jplanasc referenced this issue Aug 3, 2018
Replug the test for Argonne people.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant