-
Notifications
You must be signed in to change notification settings - Fork 8
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
Deps #72
base: master
Are you sure you want to change the base?
Deps #72
Conversation
@@ -1,30 +1,3 @@ | |||
#/bin/bash |
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.
Maybe this just means I don't understand conda well enough, but why don't we need any of this anymore?
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.
First, I think conda explicitly calls bash <script name>
. Second, this was missing the shebang anyway and wouldn't have worked =/
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.
I was wondering about the whole file being deleted but just tagged it on this line.
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.
Ah (it is mostly being delted, not wholy, FWIW). This looks to have been
directly copied from the cyclus conda recipe. It assumes that cyclus was
actually installed (hence playing with the executable name). Cyclus-deps
does not install cyclus.
On Wed, Jun 3, 2015 at 10:40 AM, Paul Wilson [email protected]
wrote:
In conda-recipes/cyclus-deps/post-link.sh
#72 (comment):@@ -1,30 +1,3 @@
-#/bin/bashI was wondering about the whole file being deleted but just tagged it on
this line.—
Reply to this email directly or view it on GitHub
https://github.com/cyclus/release/pull/72/files#r31636783.
Matthew Gidden, Ph.D.
Postdoctoral Associate, Nuclear Engineering
The University of Wisconsin -- Madison
Ph. 225.892.3192
ping |
What's the best way to test this? |
Feel free to upload some conda packages
|
As of ~1 year ago, this was what I needed to do to get cyclus to install from source using conda as the dependency package manager. I thought I saw something pass the list a while ago where @scopatz had also done some work in this regard? Perhaps not.. In any case, I don't know of any reason why this wouldn't work now. |
I don't think it is up to date, but it is still relevant. I have been working on trying to get a cyclus conda package built via conda-forge, but cyclus has a lot of terrible dependencies (glib, etc) that make this difficult. Still hammering on it though |
I think glib comes via libxml2 :-/ Keep us posted on any progress @scopatz. |
Well, glib is dependency of glibmm which is a dependency of libxml++. Currently libxml++ is building on conda-forge (finally |
I think this has been superseded by other activity by @bam241 on conda/conda-forge |
these are all the changes I needed to make to get a fully-functional cyclus-deps conda package