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

ColPack inclusion doesn't work #14

Open
svigerske opened this issue Feb 22, 2020 · 6 comments
Open

ColPack inclusion doesn't work #14

svigerske opened this issue Feb 22, 2020 · 6 comments
Labels
bug Something isn't working configure/build major

Comments

@svigerske
Copy link
Member

Issue created by migration from Trac.

Original creator: rbarnes

Original creation time: 2015-07-13 21:34:35

Assignee: @awalther1

Version:

I have been trying for a few hours to get ColPack to include in the build, but without success.

The ColPack source is now available at (https://github.com/CSCsw/ColPack). I have been modifying a fork of the repository here (https://github.com/CSCsw/ColPack) and the author has been accepting changes, so the code is still active. The code compiles without issues.

However, if I place the compiled code into ThirdParty/ColPack, ADOL-C does not seem able to find it. I suspect the build directories have changed. For instance, the "libs" directory which ADOL-C expects no longer appears. Instead, a ".libs" directory appears.

@svigerske svigerske added bug Something isn't working configure/build major labels Feb 22, 2020
@svigerske
Copy link
Member Author

Comment by @awalther1 created at 2015-07-15 06:46:15

Hi,

since the version 2.4 additional packages like ColPack do not have to be copied into
the ThirdParty subdirectory. Instead the ./configure commend gets the path where the
ColPack library is installed, e.g.:

./configure --with-colpack=/path/to/ColPack

@svigerske
Copy link
Member Author

Comment by @awalther1 created at 2015-07-15 06:48:07

Resolution: fixed

@svigerske
Copy link
Member Author

Comment by rbarnes created at 2015-07-15 16:52:54

I noticed the --with-colpack option. Unfortunately, this does not address the issue that current versions of ColPack do not compile to the expected subdirectories. As per the original ticket the "libs/" subdirectory which ADOL-C expects no longer exists.

@svigerske
Copy link
Member Author

Comment by rbarnes created at 2015-07-15 16:52:54

Resolution changed from fixed to

@svigerske
Copy link
Member Author

Comment by rbarnes created at 2015-07-15 16:52:54

Changing status from closed to reopened.

@svigerske svigerske reopened this Feb 22, 2020
@svigerske
Copy link
Member Author

Comment by @awalther1 created at 2015-07-16 09:10:06

Did you try

'make install' in ColPack ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working configure/build major
Projects
None yet
Development

No branches or pull requests

1 participant