-
Notifications
You must be signed in to change notification settings - Fork 68
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
trying to get travis to use correct conda channel and vtks #2150
base: master
Are you sure you want to change the base?
Conversation
@danlipsa we are getting really close. See: https://travis-ci.org/UV-CDAT/uvcdat/builds/190672077 and https://open.cdash.org/viewTest.php?onlyfailed&buildid=4717488 |
i think the flake8 issues are coming from flake8 being much stricter now. |
@danlipsa did you use a nox version to generate the baselines? I think that's the issue. |
@danlipsa if I'm running a mesa-based version, why should I get this: 350: Running: python /export/doutriaux1/git/uvcdat/testing/vcs/test_vcs_basic_gms.py --gm_type=isofill --projection=-3 --lat1=-90 --lat2=0 --lon1=-180 --lon2=180 --range_via_gm --source=/export/doutriaux1/git/build_uvcdat/uvcdat-testdata/baselines/vcs/test_vcs_basic_isofill_-3_proj_SH_-180_180_via_gm.png |
@doutriaux1 I remember my flake8 problems were that flake8 was not installed into my conda. I had to install it by hand. |
@doutriaux1 How do you use a nox version? I run 'ctest' on my machine and copy over the new image files. |
@danlipsa -DCDAT_BUILD_OFFSCREEN=ON will trigger the use of nox. |
@doutriaux1 Is this the option to configure UVCDAT? What about getting the right conda packages? I assume that at least VTK needs to be configured differently. Thanks! |
Dan,
This option tells cmake to install the conda env using the nox version, and yes there is a nox version of VTK.
C.
From: Dan Lipsa <[email protected]>
Reply-To: UV-CDAT/uvcdat <[email protected]>
Date: Tuesday, January 10, 2017 at 1:40 PM
To: UV-CDAT/uvcdat <[email protected]>
Cc: Charles Doutriaux <[email protected]>, Mention <[email protected]>
Subject: Re: [UV-CDAT/uvcdat] trying to get travis to use correct conda channel and vtks (#2150)
@doutriaux1<https://github.com/doutriaux1> Is this the option to configure UVCDAT? What about getting the right conda packages? I assume that at least VTK needs to be configured differently. Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#2150 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ACpw8Qhd0eYsjQr4d4ECZ4CmT3GOaTl5ks5rQ_rlgaJpZM4LfoxV>.
|
@doutriaux1 When I do cmake ../src -DCDAT_BUILD_OFFSCREEN=ON the built conda env uses conda or conda-forge? Thanks. |
conda-forge in this PR conda anywhere else. That's why I want to speed up this. |
@doutriaux1 Lets merge this then! It seems that it picks everything up correctly, there are a few test that fail, mostly because of system differences (opengl on my machine vs osmesa) - we can fix those in a separate PR. |
I pushed your git sha to nightly with nox only. I will push new ones for mac and linux (regular) soon. Let me try to fix flake8 test and the few baselines left first |
@danlipsa I think I miss built vtk-cdat-nox on your sha1, when pltting something under vnc it first brings up a X11 window then seg faults... |
i will rebuild it using uvcdat-master now. |
@chaosphere2112 any idea why this test fails: https://open.cdash.org/viewTest.php?onlyfailed&buildid=4721158 |
just testing on travis, no need to review yet