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

Issue279 durack1 Fix master build failure #285

Closed
wants to merge 46 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
2e74952
Added pyexpat as pre-build install step
durack1 Nov 4, 2015
4313cb0
Corrected pyexpat to expat as pre-build install step
durack1 Nov 4, 2015
032e176
Remove py/expat and upgrade python in place
durack1 Nov 4, 2015
db202e0
Correct python to python2.7
durack1 Nov 4, 2015
5b3d23e
Added python version test
durack1 Nov 4, 2015
6aaac85
Further cleanup of homebrew python upgrade statement
durack1 Nov 4, 2015
1226783
Force cmake update on linux
durack1 Nov 4, 2015
fa5305a
Force linux apt-get commands through sudo
durack1 Nov 5, 2015
df5ee92
Correct apt-get call for cmake upgrade
durack1 Nov 5, 2015
b1c3bee
Commented out brew upgrade python - for version test
durack1 Nov 5, 2015
fd4ba8e
Added Python build from source option
durack1 Nov 5, 2015
fa06a05
Corrected linux apt-get cmake upgrade statement
durack1 Nov 5, 2015
32134ca
Corrected OS X download to use curl not wget
durack1 Nov 5, 2015
3081963
Fix permission issues
durack1 Nov 5, 2015
9b70c14
Set upgradePython.sh execution for OS X only
durack1 Nov 5, 2015
ee23bda
Revert previous commit ; curl is available on linux
durack1 Nov 5, 2015
ef414b8
Set upgradePython.sh execution for OS X only
durack1 Nov 5, 2015
1f32224
Converted to expat build
durack1 Nov 5, 2015
a5d7dae
Corrected expat download URL
durack1 Nov 5, 2015
318c119
Correct chmod argument ordering
durack1 Nov 5, 2015
8052919
Added pyexpat.so echo check
durack1 Nov 5, 2015
e656231
Added further diagnostic print statements
durack1 Nov 5, 2015
dee6d6f
Turned off pre-configuration steps, installer_funcs.bash needs tweaks
durack1 Nov 5, 2015
74bd2e5
Fix expat dirname
durack1 Nov 5, 2015
29d0d50
Turn off parallel building - edit install_metrics.bash
durack1 Nov 5, 2015
68f044b
Add more python/expat diagnostic prints
durack1 Nov 5, 2015
5575f09
Added setuptools build to check non-build Python compatibility
durack1 Nov 5, 2015
460e07a
Corrected setuptools install statements
durack1 Nov 5, 2015
58e1a2e
Updated setuptools install to sudo privilege
durack1 Nov 5, 2015
d1fa14d
Try UV-CDAT master (rather than 2.2.0) branch
durack1 Nov 5, 2015
c3a9cc8
Revert UV-CDAT to 2.2.0 branch (from master)
durack1 Nov 5, 2015
d1c22ea
Turn off cmake build - speed up tests, considerably..
durack1 Nov 6, 2015
c02e194
Build expat in External build dir
durack1 Nov 6, 2015
277f26e
chmod _build dir
durack1 Nov 6, 2015
fc247bf
sudo chmod _build dir
durack1 Nov 6, 2015
bfb618c
sudo chmod 777 _build dir
durack1 Nov 6, 2015
2924038
Verbose log echo to console
durack1 Nov 6, 2015
1b067ab
Turn off expat build
durack1 Nov 6, 2015
f158626
Charles made me do it - I expect failure**2
durack1 Nov 6, 2015
472ef39
Charles wants it to break faster
durack1 Nov 6, 2015
54e81f8
Use cat rather than more for build log writes to console
durack1 Nov 6, 2015
3f26318
Try python2710 build with --with-system-expat build statement
durack1 Nov 6, 2015
7cde868
Degrade cmake version, convert uv-cdat to master branch
durack1 Nov 9, 2015
99cbadb
Convert install_metrics to recheck build steps
durack1 Nov 9, 2015
ef20922
Switch UV-CDAT branch to system_expat from master
durack1 Nov 10, 2015
ce9a324
Turned off outside cmake python build and version query
durack1 Nov 10, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix expat dirname
  • Loading branch information
durack1 committed Nov 5, 2015
commit 74bd2e50cdd13a11de0e79d74908bc20fb9b3c17
2 changes: 1 addition & 1 deletion upgradePython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -ex
# Expat
curl -O http:https://tcpdiag.dl.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz
tar -xzvf expat-2.1.0.tar.gz
chmod -R 755 -expat-2.1.0
chmod -R 755 expat-2.1.0
cd expat-2.1.0 && ./configure --prefix=/usr && make && sudo make install

# Tips: http:https://docs.travis-ci.com/user/installing-dependencies/#Installing-Projects-from-Source