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

cmake installation not setup #72

Open
jacobmerson opened this issue Nov 22, 2023 · 1 comment
Open

cmake installation not setup #72

jacobmerson opened this issue Nov 22, 2023 · 1 comment

Comments

@jacobmerson
Copy link

I'm working on getting FEBio built from source on a new system. It seems that it does not currently support installing to a alternative path using the cmake install command.

As a sanity check I verified that there install() is not called anywhere in the CMakeLists.txt file.

Is this something you would consider supporting? This would make supporting builds through standard mechanisms such as spack more convenient.

@michaelrossherron
Copy link
Member

I've considered adding this functionality to our CMake script in the past, but since it wouldn't help us in our workflow, it hasn't been a priority. I've never even looked in to how the CMake install stuff works, and while I'm sure it's not complicated, I just haven't had time.

However, if you're familiar with it and would like to give it a go, then you can clone our repo, and then submit a pull request with the change that you'd like to see. Otherwise it may be some time before I get around to this.

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