HYRAX-2012: Re-enable GDAL in the Travis build#1253
HYRAX-2012: Re-enable GDAL in the Travis build#1253jgallagher59701 wants to merge 3 commits intomasterfrom
Conversation
|
should we re-enable this in the GHA OSX build as well? |
hannahilea
left a comment
There was a problem hiding this comment.
lgtm---do you want to do the same for GHA OSX here, or save that for a different PR?
|
The Linux RHEL 8 RPM build fails because: /usr/bin/ld: /root/install/deps/proj/lib64/libproj.a(4D_api.cpp.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC Which may mean that the hyrax-dependencies project needs to build libproj using -fPIC. |
Lets get this working, then tackle the github workflows. |
|
|
|
|
This looks good, but it's broken. I tried setting GDAL_OPTION to --with-gdal, but that does not actually build using gdal. However, making GDAL_OPTION the empty string ("") does build the travis parts with GDAL. The shell scripts that make the other builds need more work. |
|
I'm going to close this PR and reopen it as a draft |



Description
Reference ticket: HYRAX-2012
Remove the GDAL_OPTION=--without-gdal from Travis
Tasks