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

Update Makefile #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Makefile #70

wants to merge 1 commit into from

Conversation

metere1llnl
Copy link

Allows for local installation. This is useful when compiling gdrcopy on a cluster or wherever the user does not have rights to do global installations.

Allows for local installation. This is useful when compiling gdrcopy on a cluster or wherever the user does not have rights to do global installations.
@drossetti
Copy link
Member

@metere1llnl we are moving the build & install system to autoconf/automake.
We would appreciate your testing of PR #57

@metere1llnl
Copy link
Author

Would BLT (https://github.com/LLNL/blt) be a better alternative in your opinion?

@drossetti
Copy link
Member

@metere1llnl I'm not familiar with that.
GDRcopy is a small library with few dependencies, so I would rather stick to the GNU build system.

lib_install:
makedirs:
@ echo "creating $(DESTLIB) ..."
mkdir -p $(DESTLIB)
Copy link
Member

Choose a reason for hiding this comment

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

isn't /usr/bin/install supposed to create directories when necessary? on my RHEL6:

$ install --help
...
-D                  create all leading components of DEST except the last,
                        then copy SOURCE to DEST

Copy link
Member

@drossetti drossetti left a comment

Choose a reason for hiding this comment

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

is this change still needed?

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

Successfully merging this pull request may close these issues.

2 participants