Skip to content

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

@drossetti drossetti requested a review from pakmarkthub July 15, 2019 15:56
@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