Update dependency versions
This commit is contained in:
@@ -113,8 +113,7 @@ if (DRAMSYS_USE_FETCH_CONTENT)
|
||||
|
||||
FetchContent_Declare(
|
||||
SystemCLanguage
|
||||
GIT_REPOSITORY https://github.com/accellera-official/systemc.git
|
||||
GIT_TAG 2.3.4
|
||||
URL https://github.com/accellera-official/systemc/archive/refs/tags/2.3.4.tar.gz
|
||||
OVERRIDE_FIND_PACKAGE
|
||||
)
|
||||
|
||||
|
||||
6
NOTICE
6
NOTICE
@@ -2,7 +2,7 @@ NOTICE
|
||||
|
||||
This software uses the following third-party libraries:
|
||||
|
||||
1. SQLite3 v3.40.1
|
||||
1. SQLite3 v3.47.0
|
||||
License: Public Domain
|
||||
License URL: https://www.sqlite.org/copyright.html
|
||||
|
||||
@@ -26,10 +26,10 @@ This software uses the following third-party libraries:
|
||||
License: BSD-3-Clause
|
||||
License URL: https://github.com/google/googletest/blob/main/LICENSE
|
||||
|
||||
7. Google Benchmark v1.8.3
|
||||
7. Google Benchmark v1.9.0
|
||||
License: Apache-2.0
|
||||
License URL: https://github.com/google/benchmark/blob/main/LICENSE
|
||||
|
||||
8. Pybind11 v2.13.1
|
||||
8. Pybind11 v2.13.6
|
||||
License: BSD-3-Clause
|
||||
License URL: https://github.com/pybind/pybind11/blob/master/LICENSE
|
||||
|
||||
@@ -43,7 +43,7 @@ if (DRAMSYS_USE_FETCH_CONTENT)
|
||||
|
||||
FetchContent_Declare(
|
||||
benchmark
|
||||
URL https://github.com/google/benchmark/archive/refs/tags/v1.8.3.zip
|
||||
URL https://github.com/google/benchmark/archive/refs/tags/v1.9.0.tar.gz
|
||||
OVERRIDE_FIND_PACKAGE
|
||||
)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
########################################
|
||||
|
||||
FetchContent_Declare(SQLite3
|
||||
URL "https://www.sqlite.org/2022/sqlite-amalgamation-3400100.zip"
|
||||
URL "https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip"
|
||||
OVERRIDE_FIND_PACKAGE
|
||||
)
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ if (DRAMSYS_USE_FETCH_CONTENT)
|
||||
if (DRAMSYS_USE_FETCH_CONTENT_PYBIND)
|
||||
FetchContent_Declare(
|
||||
pybind11
|
||||
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.1.zip
|
||||
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz
|
||||
OVERRIDE_FIND_PACKAGE
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user