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

Placing libs and execs in correct dirs #5

Open
paulromano opened this issue May 15, 2019 · 0 comments
Open

Placing libs and execs in correct dirs #5

paulromano opened this issue May 15, 2019 · 0 comments
Assignees

Comments

@paulromano
Copy link
Member

Moving issue 2 from gitlab originally submitted by @RonRahaman:

Right now, the OpenMC targets (openmc, libopenmc, etc.) are built in reasonable directories (./lib/ and ./bin/). However, the Nek5000 and STREAM targets are not put in reasonable directories.

Post-build, the targets will be placed like this, relative to the build directory:

  • ./bin/openmc
  • ./lib/libfaddeeva.a
  • ./lib/libopenmc.so
  • ./lib/libpugixml.a
  • ./lib/libpugixml_fortran.a
  • ./src/nek5000/libnek5000.a
  • ./src/nek5000/nek5000
  • ./libstream.a
  • ./stream

I suggest we build:

  • libstream and libnek5000 in ./lib/
  • nek5000 and stream in ./bin/
@RonRahaman RonRahaman self-assigned this Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants