Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[WIP] Run Travis on Ubuntu 14.04#5730

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed

Conversation

jenshnielsen
Copy link
Member

This gives us better machines and a more up to date packages which allows us to install xelatex and run the pgf tests. This fails because#5727 is not merged and would have caught that issues.

Unfortunatly the wheelhouse packages are not compatible with this (segfault) so I had to disable them.
Neither does this support the caching of pip/wheel packages so we have to compile numpy from source every time.

Possible solutions to this which I can see are

  • Switch to using conda for dependencies. We probably still want a job that installed the latest version from pypi but most could be done with conda
  • Update the wheelhouse to support 14.04
  • Use numpy preinstalled by Travis. (Probably still wants a job that explicitly installs the earliest version we support and latest version from pypi

@jenshnielsen
Copy link
MemberAuthor

The environments are described herehttps://docs.travis-ci.com/user/ci-environment/

@jenshnielsen
Copy link
MemberAuthor

We could also depend on the version of numpy that travis ships

@@ -1,4 +1,5 @@
sudo: false
sudo: required
Copy link
Member

Choose a reason for hiding this comment

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

why did this flip? nm, I can read

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

I would prefer a container based env based on 14.04 but apparently there is no such thing? It would be nice to know if the container based or the 14.04 infrastructure is supposed to be the future?

@tacaswell
Copy link
Member

we should reach out to@matthew-brett and@blink1073 about getting wheels for 14.04 in the wheel house. If this travis setup is a win, I suspect skimage/nipy will want to move over too.

@jenshnielsen
Copy link
MemberAuthor

The last commit is an experiment to use the Travis numpy version. I am -0.5 on doing that but lets see what happens

@jenshnielsenjenshnielsen changed the title[WIP] Run Travis on Ubunut 14.04[WIP] Run Travis on Ubuntu 14.04Dec 23, 2015
@blink1073
Copy link
Member

@tacaswell, we'd need to use a different wheelhouse, because the wheel format would not differentiate between Linux versions. Theoretically, it should just work between versions, you could try.

@tacaswelltacaswell added this to theproposed next point release (2.1) milestoneDec 23, 2015
@jenshnielsen
Copy link
MemberAuthor

I tried and seemed to get random seqfaults in some of the builds. Happy to investigate more thou

@blink1073
Copy link
Member

Really sad that this is still not a solved issue with wheels on Linux...

@jenshnielsen
Copy link
MemberAuthor

Closing, We can't use this until we have cache and/or wheels on 14.04 Looks like we can get the PGF tests running on 12.04 anyway see#5727

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
v2.1
Development

Successfully merging this pull request may close these issues.

4 participants
@jenshnielsen@tacaswell@blink1073@mdboom

[8]ページ先頭

©2009-2025 Movatter.jp