Skip to content

Commit

Permalink
add sqlite to cpp (#4491)
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf authored and mattgodbolt committed Jan 24, 2023
1 parent 6ab90c1 commit 69716df
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion etc/config/c++.amazon.properties
Expand Up @@ -1939,7 +1939,7 @@ compiler.nvcxx_arm_cxx22_9.semver=22.9
#################################
#################################
# Installed libs
libs=abseil:belleviews:benchmark:benri:blaze:boost:bmulti:brigand:catch2:cctz:cmcstl2:cnl:cppcoro:cppitertools:crosscables:ctbignum:ctre:date:dataframe:dawjson:dlib:doctest:eastl:eigen:enoki:entt:etl:eve:expected_lite:fastor:fmt:gemmlowp:glm:gnufs:gnulibbacktrace:googletest:gsl:hdf5:hedley:hfsm:highfive:highway:hotels-template-library:immer:jsoncons:jsoncpp:kiwaku:kumi:kvasir:lager:lagom:lexy:libassert:libguarded:libsimdpp:libuv:llvm:llvmfs:lua:magic_enum:mfem:mlir:mp-coro:mp-units:namedtype:nanorange:nlohmann_json:nsimd:ofw:openssl:outcome:pegtl:pipes:pugixml:python:rangesv3:raberu:scnlib:seastar:seqan3:simde:sol2:spdlog:spy:stdexec:strong_type:taojson:tbb:tlexpected:toml11:tomlplusplus:trompeloeil:tts:type_safe:unifex:vcl:xercesc:xsimd:xtensor:xtl:ztdtext:zug:cli11:avr-libstdcpp:curl:copperspice
libs=abseil:belleviews:benchmark:benri:blaze:boost:bmulti:brigand:catch2:cctz:cmcstl2:cnl:cppcoro:cppitertools:crosscables:ctbignum:ctre:date:dataframe:dawjson:dlib:doctest:eastl:eigen:enoki:entt:etl:eve:expected_lite:fastor:fmt:gemmlowp:glm:gnufs:gnulibbacktrace:googletest:gsl:hdf5:hedley:hfsm:highfive:highway:hotels-template-library:immer:jsoncons:jsoncpp:kiwaku:kumi:kvasir:lager:lagom:lexy:libassert:libguarded:libsimdpp:libuv:llvm:llvmfs:lua:magic_enum:mfem:mlir:mp-coro:mp-units:namedtype:nanorange:nlohmann_json:nsimd:ofw:openssl:outcome:pegtl:pipes:pugixml:python:rangesv3:raberu:scnlib:seastar:seqan3:simde:sol2:spdlog:spy:stdexec:strong_type:taojson:tbb:tlexpected:toml11:tomlplusplus:trompeloeil:tts:type_safe:unifex:vcl:xercesc:xsimd:xtensor:xtl:ztdtext:zug:cli11:avr-libstdcpp:curl:copperspice:sqlite

libs.abseil.name=Abseil
libs.abseil.versions=trunk
Expand Down Expand Up @@ -3023,6 +3023,13 @@ libs.spy.versions.v004.alias=v003
libs.spy.versions.v100.version=v1.0.0
libs.spy.versions.v100.path=/opt/compiler-explorer/libs/spy/1.0.0/include

libs.sqlite.name=sqlite
libs.sqlite.versions=3400
libs.sqlite.liblink=sqlite3
libs.sqlite.url=https://sqlite.org
libs.sqlite.versions.3400.version=3.40.0
libs.sqlite.versions.3400.path=/opt/compiler-explorer/libs/sqlite/3.40.0

libs.stdexec.name=std::execution
libs.stdexec.description=The proposed C++ framework for asynchronous and parallel programming
libs.stdexec.versions=trunk
Expand Down
9 changes: 8 additions & 1 deletion etc/config/c.amazon.properties
Expand Up @@ -1937,7 +1937,7 @@ compiler.chibicc-trunk.explicitVersion=90d1f7f199cc55b13c7fdb5839d1409806633fdb
#################################
#################################
# Libraries
libs=cs50:hedley:libuv:lua:nsimd:openssl:python:simde:curl
libs=cs50:hedley:libuv:lua:nsimd:openssl:python:simde:curl:sqlite

libs.cs50.name=cs50
libs.cs50.versions=910
Expand Down Expand Up @@ -2036,6 +2036,13 @@ libs.curl.versions=7831
libs.curl.versions.7831.version=7.83.1
libs.curl.versions.7831.path=/opt/compiler-explorer/libs/curl/7.83.1/include

libs.sqlite.name=sqlite
libs.sqlite.versions=3400
libs.sqlite.liblink=sqlite3
libs.sqlite.url=https://sqlite.org
libs.sqlite.versions.3400.version=3.40.0
libs.sqlite.versions.3400.path=/opt/compiler-explorer/libs/sqlite/3.40.0

#################################
#################################
# Installed tools
Expand Down

0 comments on commit 69716df

Please sign in to comment.