Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Update to 0.10.0 and improvements from conda-forge pull requests #701

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

blowekamp
Copy link
Contributor

This is the build scripts used for the official Anaconda Cloud
SimpleITK distributions:

https://anaconda.org/SimpleITK/simpleitk

Due to build time limitations we are currently unable to utilize
conda-forge for a building and distribution infrastructure.

This is the build scripts used for the official Anaconda Cloud
SimpleITK distributions:

https://anaconda.org/SimpleITK/simpleitk

Due to build time limitations we are currently unable to utilize
conda-forge for a building and distribution infrastructure.
@blowekamp
Copy link
Contributor Author

@zivy
@hjmjohnson

@hjmjohnson
Copy link

@blowekamp Excellent!

@gdevenyi
Copy link

Just a note, I ran into the following problem on the simpleitk conda release:

I have a shared environment across many users, and for some reason, the simpleitk egg file has only user read permissions, which breaks all launches of python for users other than me (the one who installed the package)

IOError: [Errno 13] Permission denied: '/opt/quarantine/anaconda/4.1.1/build/lib/python2.7/site-packages/SimpleITK-0.10.0-py2.7.egg-info'
ls -l /opt/quarantine/anaconda/4.1.1/build/lib/python2.7/site-packages/SimpleITK-0.10.0-py2.7.egg-info
-rw------- 2 devgab ciclab 833 Jul 27 15:29 /opt/quarantine/anaconda/4.1.1/build/lib/python2.7/site-packages/SimpleITK-0.10.0-py2.7.egg-info

Not sure this version will have this bug, but FYI.

@blowekamp
Copy link
Contributor Author

What was your umask when you built the package?

@gdevenyi
Copy link

I installed the package from https://conda.anaconda.org/simpleitk

> umask -S
u=rwx,g=rx,o=rx

The rest of anaconda is just fine, just this single file from simpleitk had issues (which I fixed with a chmod)

@blowekamp
Copy link
Contributor Author

blowekamp commented Sep 19, 2016

OK, sounds like there may have been something wrong with my umask when I built it!

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

Successfully merging this pull request may close these issues.

3 participants