-
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
conda recipe #12
Comments
Thanks for the request. I’ve passed it on for review.
Cheers,
Russell
On Dec 14, 2018, at 11:15 PM, blalterman <[email protected]<mailto:[email protected]>> wrote:
It would be incredibly useful if pysatcdf had a conda or conda forge recipe. This would enable users to utilize the package more easily and readily.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#12>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADbdefOwg6AQINOfYhW2zFH69syYtdWIks5u5IVqgaJpZM4ZUk7i>.
|
Any update on this? |
The conversion fell off our plate a bit, which is my fault. I’ve gotten the topic back onto the list. Thanks for the reminder.
On Feb 4, 2019, at 12:49 PM, blalterman <[email protected]<mailto:[email protected]>> wrote:
Any update on this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#12 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADbdeX_9HSjoVDGB0J-g70KWH8UAWAZDks5vKICvgaJpZM4ZUk7i>.
|
I'm a bit delayed in reporting this, but conda support was added for windows and ubuntu. It is in the master branch. Let me know if you have any issues. Cheers. |
Just tried *conda search pysatcdf* and it failed. What channel did you list
it on?
…---------------------
B. L. Alterman
Candidate, Applied Physics
Solar and Heliospheric Research Group
Climate and Space Sciences and Engineering
University of Michigan
[email protected]
On Wed, Feb 20, 2019 at 3:55 PM Russell Stoneback ***@***.***> wrote:
I'm a bit delayed in reporting this, but conda support was added for
windows and ubuntu. It is in the master branch. Let me know if you have any
issues. Cheers.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMPWVZ6ssXqkQFBKi1EmmmzaV2QnZIcPks5vPbZSgaJpZM4ZUk7i>
.
|
Okay, it's uploaded to anaconda.org now. It's on my personal channel. To install it, users will need to issue this command. conda install -c rstoneback pysatcdf |
Great!
…---------------------
B. L. Alterman
Candidate, Applied Physics
Solar and Heliospheric Research Group
Climate and Space Sciences and Engineering
University of Michigan
[email protected]
On Fri, Mar 15, 2019 at 12:11 PM Russell Stoneback ***@***.***> wrote:
Okay, it's uploaded to anaconda.org now. It's on my personal channel. To
install it, users will need to issue this command.
conda install -c rstoneback pysatcdf
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMPWVSJMjhp3xhazKnCHiAlU0GSeJLUPks5vW8YlgaJpZM4ZUk7i>
.
|
I am trying to get a stable build going in py27 on mac and am having difficulty compiling. Can you post your environment setup for mac? |
I'm not sure exactly what details you want. Running python 2.7.13 |
Thanks, @rstoneback . I was able to compile using gcc from the anaconda channel. From a fresh python2 environemnt: conda install -c anaconda gcc numpy
python setup.py install I did not even need to futz with rpath's directly this way |
It would be incredibly useful if pysatcdf had a conda or conda forge recipe. This would enable users to utilize the package more easily and readily.
The text was updated successfully, but these errors were encountered: