fix(gcc): Fixed gcc build errors and warnings
Brought in libcomposition v2.2.1 and libplugin v0.3.5 which resolve gcc build errors and warnings
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -75,7 +75,9 @@ subprojects/liblogging/
|
|||||||
subprojects/eigen-*/
|
subprojects/eigen-*/
|
||||||
!subprojects/pybind11.wrap
|
!subprojects/pybind11.wrap
|
||||||
subprojects/libplugin/
|
subprojects/libplugin/
|
||||||
|
subprojects/minizip-ng-*
|
||||||
subprojects/.wraplock
|
subprojects/.wraplock
|
||||||
|
subprojects/openssl-*
|
||||||
|
|
||||||
*.csv
|
*.csv
|
||||||
*.dot
|
*.dot
|
||||||
@@ -83,6 +85,8 @@ subprojects/.wraplock
|
|||||||
qhull.wrap
|
qhull.wrap
|
||||||
quill.wrap
|
quill.wrap
|
||||||
yaml-cpp.wrap
|
yaml-cpp.wrap
|
||||||
|
minizip-ng.wrap
|
||||||
|
openssl.wrap
|
||||||
|
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
project('fourdst', 'cpp', version: 'v0.9.7', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
project('fourdst', 'cpp', version: 'v0.9.8', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
||||||
|
|
||||||
add_project_arguments('-fvisibility=default', language: 'cpp')
|
add_project_arguments('-fvisibility=default', language: 'cpp')
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://github.com/4D-STAR/libcomposition.git
|
url = https://github.com/4D-STAR/libcomposition.git
|
||||||
revision = v2.2.0
|
revision = v2.2.1
|
||||||
depth = 1
|
depth = 1
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://github.com/4D-STAR/libplugin.git
|
url = https://github.com/4D-STAR/libplugin.git
|
||||||
revision = v0.3.4
|
revision = v0.3.5
|
||||||
depth = 1
|
depth = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user