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

explicitly disable use of MySQL in recent GDAL easyconfigs #21156

Merged

Conversation

branfosj
Copy link
Member

@branfosj branfosj commented Aug 8, 2024

(created using eb --new-pr)

In the output of ldd $EBROOTGDAL/lib64/libgdal.so for GDAL without this change we have

        libmariadb.so.3 => /lib64/libmariadb.so.3 (0x00007f7b74835000)

On the node we built GDAL on

$ ls -l /usr/lib64/libmysqlclient.so
lrwxrwxrwx 1 root root 15 Dec  3  2020 /usr/lib64/libmysqlclient.so -> libmariadb.so.3

And in the build log we have

-- Found MySQL: /usr/lib64/libmysqlclient.so (found version "")

With this change we do not have the linkage to libmariadb.so.3 and

-- Disabled components:

 * MYSQL component has been detected, but is disabled with GDAL_USE_MYSQL=OFF

@branfosj branfosj added this to the release after 4.9.2 milestone Aug 8, 2024
@branfosj
Copy link
Member Author

branfosj commented Aug 8, 2024

Test report by @branfosj
SUCCESS
Build succeeded for 3 out of 3 (3 easyconfigs in total)
bear-pg0105u03a - Linux RHEL 8.6, x86_64, Intel(R) Xeon(R) Platinum 8360Y CPU @ 2.40GHz (icelake), Python 3.6.8
See https://gist.github.com/branfosj/3278032f7079567e4ae3e21095b43113 for a full test report.

@jfgrimm
Copy link
Member

jfgrimm commented Aug 9, 2024

Test report by @jfgrimm
SUCCESS
Build succeeded for 26 out of 26 (3 easyconfigs in total)
node019.viking2.yor.alces.network - Linux Rocky Linux 8.9, x86_64, AMD EPYC 7643 48-Core Processor, Python 3.6.8
See https://gist.github.com/jfgrimm/219520083b6fc2c772c321ca43655138 for a full test report.

Copy link
Member

@jfgrimm jfgrimm left a comment

Choose a reason for hiding this comment

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

lgtm

@jfgrimm
Copy link
Member

jfgrimm commented Aug 9, 2024

Going in, thanks @branfosj!

@jfgrimm jfgrimm merged commit 56786ee into easybuilders:develop Aug 9, 2024
9 checks passed
@branfosj branfosj deleted the 20240808171424_new_pr_GDAL362 branch August 9, 2024 12:19
@boegel boegel changed the title disable use of MySQL in GDAL disable use of MySQL in recent GDAL easyconfigs Aug 14, 2024
@boegel boegel changed the title disable use of MySQL in recent GDAL easyconfigs explicitly disable use of MySQL in recent GDAL easyconfigs Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants