We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a fresh install on ubuntu 20.04, "make demo" failed with
sed: can't read s/author_email\="mjordan@sfu"\,/author_email="mjordan@sfu", packages=["i7Import", "i8demo_BD", "input_data"],/g: No such file or directory make[1]: *** [Makefile:374: demo_content] Error 2 make[1]: Leaving directory '/tmp/isle-dc' make: *** [Makefile:334: demo] Error 2
this turned out to be a OSX vs. GNU sed incompatibility.
I've made a fix and will post a PR shortly.
The text was updated successfully, but these errors were encountered:
@DonRichards can you please test this? (I don't have access to assign this PR to you.)
Sorry, something went wrong.
DonRichards
Successfully merging a pull request may close this issue.
In a fresh install on ubuntu 20.04, "make demo" failed with
this turned out to be a OSX vs. GNU sed incompatibility.
I've made a fix and will post a PR shortly.
The text was updated successfully, but these errors were encountered: