pysat / pysatCDF

Python reader for NASA CDF file format
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

conda recipe #12

Open blalterman opened 5 years ago

blalterman commented 5 years ago

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 commented 5 years ago

Thanks for the request. I’ve passed it on for review.

Cheers, Russell

On Dec 14, 2018, at 11:15 PM, blalterman notifications@github.com<mailto:notifications@github.com> 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 GitHubhttps://github.com/rstoneback/pysatCDF/issues/12, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADbdefOwg6AQINOfYhW2zFH69syYtdWIks5u5IVqgaJpZM4ZUk7i.

blalterman commented 5 years ago

Any update on this?

rstoneback commented 5 years ago

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 notifications@github.com<mailto:notifications@github.com> wrote:

Any update on this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rstoneback/pysatCDF/issues/12#issuecomment-460365223, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADbdeX_9HSjoVDGB0J-g70KWH8UAWAZDks5vKICvgaJpZM4ZUk7i.

rstoneback commented 5 years ago

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 commented 5 years ago

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 balterma@umich.edu

On Wed, Feb 20, 2019 at 3:55 PM Russell Stoneback notifications@github.com 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 https://github.com/rstoneback/pysatCDF/issues/12#issuecomment-465750335, or mute the thread https://github.com/notifications/unsubscribe-auth/AMPWVZ6ssXqkQFBKi1EmmmzaV2QnZIcPks5vPbZSgaJpZM4ZUk7i .

rstoneback commented 5 years ago

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 commented 5 years ago

Great!


B. L. Alterman Candidate, Applied Physics Solar and Heliospheric Research Group Climate and Space Sciences and Engineering University of Michigan balterma@umich.edu

On Fri, Mar 15, 2019 at 12:11 PM Russell Stoneback notifications@github.com 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 https://github.com/rstoneback/pysatCDF/issues/12#issuecomment-473347176, or mute the thread https://github.com/notifications/unsubscribe-auth/AMPWVSJMjhp3xhazKnCHiAlU0GSeJLUPks5vW8YlgaJpZM4ZUk7i .

asher-pembroke commented 4 years ago

@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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

That’s great news, particularly since I was thinking we should ‘officially’ direct new users to an anaconda setup.

On Nov 4, 2019, at 10:18 AM, Asher Pembroke notifications@github.com wrote:



Thanks, @rstonebackhttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Frstoneback&data=02%7C01%7Crstoneba%40utdallas.edu%7C4e6892326a874ee0481608d7614afc52%7C8d281d1d9c4d4bf7b16e032d15de9f6c%7C0%7C0%7C637084847005487981&sdata=20oGLb0IwUnf5eibFGdupFfmhRfmkb1k4RAAhawyMPw%3D&reserved=0 . 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

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpysat%2FpysatCDF%2Fissues%2F12%3Femail_source%3Dnotifications%26email_token%3DAA3N26OW4LV65UFRQP37VU3QSBKNVA5CNFSM4GKSJ3RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDAAZRY%23issuecomment-549457095&data=02%7C01%7Crstoneba%40utdallas.edu%7C4e6892326a874ee0481608d7614afc52%7C8d281d1d9c4d4bf7b16e032d15de9f6c%7C0%7C0%7C637084847005487981&sdata=1O%2Bfv6KnkYbiLL16kjrpuMfCrb%2FYAve3DOBc2GwU1c8%3D&reserved=0, or unsubscribehttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAA3N26LDVSJT6PVDHDRXWMLQSBKNVANCNFSM4GKSJ3RA&data=02%7C01%7Crstoneba%40utdallas.edu%7C4e6892326a874ee0481608d7614afc52%7C8d281d1d9c4d4bf7b16e032d15de9f6c%7C0%7C0%7C637084847005497971&sdata=JtmqocUj5IUtgpjdO7DByPhYGItyGUzeLut1%2Bx5EDrw%3D&reserved=0.