-
Notifications
You must be signed in to change notification settings - Fork 57
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 a .condarc file to manage channels #20
Comments
👍 |
Neat. Now one can do cool things like add conda-forge. |
Yeah, that conda-forge article remind me of this issue, and gave me the hint to the |
Which one? 😄 Also, if there are any packages that you are interested in getting in, we would be more than happy to guide you through the process. |
This one: https://www.continuum.io/blog/developer-blog/community-conda-forge. Sorry, I did not follow your link, and assumed you gave the same link I read yesterday 😄 I might try to get my three packages in conda-forge someday. What are you using for Linux builds ? I got some issues when building them with a too recent glibc. |
Ah ok. What did you think? There was this one that someone else did as a commentary on conda-forge. So, I didn't know if you meant that one. Who knows maybe others have written articles too.
That sounds great! Honestly, I think you will find this is quite simple.
We use this docker image, which is built from this source.
Absolutely. This is something we take very seriously. Currently, we build on CentOS 6, which has a There has been some discussion about switching to CentOS 5 before, but there are some issues like it's EOL is next year, NVIDA CUDA 7.5 doesn't support it, and there have been some build troubles. |
CentOS 6 should do it for me, except that I need a C++11 compiler. So I should maybe use another compiler with C++11 support, and statically linking to libstdc++. I'll look to put my formulas in conda-forge for the next release! |
Not a problem. On Linux we provide devtoolset-2, which includes
Awesome! 👍 Looking forward to working with you, @Luthaf. |
This will make new channels survive new julia sessions.
See http://conda.pydata.org/docs/config.html?highlight=condarc#the-conda-configuration-file-condarc for the documentation about condarc.
The text was updated successfully, but these errors were encountered: