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

conda recipe #12

Open
blalterman opened this issue Dec 15, 2018 · 11 comments
Open

conda recipe #12

blalterman opened this issue Dec 15, 2018 · 11 comments

Comments

@blalterman
Copy link

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.

@rstoneback
Copy link
Collaborator

rstoneback commented Jan 2, 2019 via email

@blalterman
Copy link
Author

Any update on this?

@rstoneback
Copy link
Collaborator

rstoneback commented Feb 6, 2019 via email

@rstoneback
Copy link
Collaborator

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.

@blalterman
Copy link
Author

blalterman commented Feb 20, 2019 via email

@rstoneback
Copy link
Collaborator

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

@blalterman
Copy link
Author

blalterman commented Mar 26, 2019 via email

@asher-pembroke
Copy link

@rstoneback

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?

@rstoneback
Copy link
Collaborator

I'm not sure exactly what details you want. Running python 2.7.13
My compiler is gfortran, likely from gcc. I'm uploading my package list. I have a variety of machines but my laptop is on OS X 10.12.6. I tried to get a conda recipe going before but it used clang and ran into compilation issues. My initial guess was the CDF libraries need different settings for clang.

packages.txt

@asher-pembroke
Copy link

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

@rstoneback
Copy link
Collaborator

rstoneback commented Nov 4, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants