{lang}[gompi/2020a] SOCI v4.0.1#12045
Conversation
|
@branfosj I suppose this is using --- SOCI-4.0.1-gompi-2020a.eb 2021-01-26 10:19:12.351218377 +0800
+++ SOCI-4.0.1-GCCcore-9.3.0.eb 2021-01-26 10:21:50.369736807 +0800
@@ -7,16 +7,19 @@
description = """SOCI is a database access library for C++ that makes the illusion of embedding SQL queries in the
regular C++ code, staying entirely within the Standard C++."""
-toolchain = {'name': 'gompi', 'version': '2020a'}
+toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
source_urls = ['https://github.com/SOCI/soci/archive']
sources = ['v%(version)s.tar.gz']
checksums = ['1979b4084ba644125da29dbfbd132798f7742a56caf5a0edb16756a5dbad0f31']
-builddependencies = [('CMake', '3.16.4')]
+builddependencies = [
+ ('binutils', '2.34'),
+ ('CMake', '3.16.4'),
+]
dependencies = [
- ('Boost', '1.72.0'),
+ ('Boost', '1.72.0', '-no_mpi'),
('SQLite', '3.31.1'),
('PostgreSQL', '12.4'),
] |
|
Test report by @branfosj |
|
Test report by @migueldiascosta |
|
@boegelbot please test @ generoso |
|
@migueldiascosta: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 767983511 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Going in, thanks @branfosj! |
(created using
eb --new-pr)