-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add Legacy blast #37
Add Legacy blast #37
Conversation
The Windows version is distributed in an executable archive. So I have to have a way to run it / extract it from the command line in |
Extracting from .exe files from linux terminal. http://superuser.com/a/737244 |
This builds fine on Linux. The OSX version is failing strangely... Suggestions? |
Changed name to |
@Jorge-C, any ideas why this may be failing only on OSX? I'm at a loss. |
After inspecting the log, it may be a conda bug? I opened an issue in their repo.
|
Thanks! 😄 |
d818379
to
8a27012
Compare
script: | ||
- mkdir -p "$PREFIX/bin" # [osx or linux64] | ||
- mv -v $SRC_DIR/bin/* $PREFIX/bin # [linux64] | ||
- ditto --rsrc -v --arch i386 $SRC_DIR/bin/* $PREFIX/bin # [osx] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add a comment mentioning the conda issue that this works around? Thanks!
Minor request before merging :) |
👍 |
a2bbf18
to
3bac6b1
Compare
Done! |
Thank you! Happy Thanksgiving!! |
Thanks. Happy Thanksgiving! 🐔 :sad_no_turkey_emoji: |
Addresses #10. Comments welcome!