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

Building elephant no longer working #50

Open
stinebuu opened this issue Jan 24, 2022 · 1 comment
Open

Building elephant no longer working #50

stinebuu opened this issue Jan 24, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@stinebuu
Copy link
Contributor

A master student in our group had problems installing Elephant with Builder, adding the following to forms/elephant/<versjon>/default solved the problem

source_get() {
        log_status ">>> no source fetching necessary."
}

This should be fixed in master as well.

(She got the following error message before adding the changes: Builder/build_functions.sh: line 148: URL: Unbound variable)

@stinebuu stinebuu added the bug Something isn't working label Jan 24, 2022
@terhorstd
Copy link
Collaborator

This is probably caused by the URL line not being present, which is not (and should not be) used for Python packages. A fix as you did is reasonable for the moment and I'd probably still accept such PR, but we should have a look at the install mechanisms in general to make this unnecessary.

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

No branches or pull requests

2 participants