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

Add local astropy #43

Merged
merged 5 commits into from
Jul 26, 2018
Merged

Add local astropy #43

merged 5 commits into from
Jul 26, 2018

Conversation

jeanconn
Copy link
Contributor

@jeanconn jeanconn commented Jul 26, 2018

Bundle a recipe for astropy (and some test dependencies) in skare3 to give us an astropy 3.0.3 that will still run on our CentOS5-compatible Linux env.

@@ -6,7 +6,9 @@
ska_conda_path = os.path.abspath(os.path.dirname(__file__))
pkg_defs_path = os.path.join(ska_conda_path, "pkg_defs")
build_list = os.path.join(ska_conda_path, "build_order.txt")
no_source_pkgs = ['ska3-flight', 'ska3-core', 'ska3-dev', 'ska3-pinned', 'ska3-template']
no_source_pkgs = ['ska3-flight', 'ska3-core', 'ska3-dev', 'ska3-pinned', 'ska3-template',
Copy link
Contributor Author

@jeanconn jeanconn Jul 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably rename 'no_source_pkgs' to something that makes it more clear that the packages in this list just don't use the local convention we're using that about: home: has the url for a git repository that we build a custom package from using the git tags.

@jeanconn jeanconn force-pushed the add_local_astropy branch from 13432bf to f6ac572 Compare July 26, 2018 15:37
- python
- setuptools
- numpy ==1.12.1
- llvmlite ==0.18.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed these to be very specific to our install. I think this works out so that our recipe/astropy build will be naturally deprecated when we no longer have these pins.

- setuptools
- numpy ==1.12.1
- llvmlite ==0.18.0
- gcc ==4.8.5 [linux]
Copy link
Contributor Author

@jeanconn jeanconn Jul 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, this would not build build on CentOS5 with native gcc 4.1.2 . This suggests to me that we should add a gcc/libgcc on our few other linux-64 packages.

@jeanconn jeanconn changed the title WIP: Add local astropy Add local astropy Jul 26, 2018
@jeanconn jeanconn force-pushed the add_local_astropy branch from f6ac572 to ea059af Compare July 26, 2018 16:17
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

Successfully merging this pull request may close these issues.

2 participants