File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ compiler.ellcc0134.alias=elcc0134
282
282
# ################################
283
283
# ################################
284
284
# Installed libs
285
- libs =boost:brigand:kvasir:cmcstl2:gsl:xtl:xsimd:xtensor:abseil:ctre:eigen:benchmark:rangesv3:dlib:libguarded:cppcoro:fmt:hfsm:glm:llvm:catch2
285
+ libs =boost:brigand:kvasir:cmcstl2:gsl:expected_lite: xtl:xsimd:xtensor:abseil:ctre:eigen:benchmark:rangesv3:dlib:libguarded:cppcoro:fmt:hfsm:glm:llvm:catch2
286
286
libs.boost.name =Boost
287
287
libs.boost.versions =164:165:166:167
288
288
libs.boost.url =https://www.boost.org
@@ -323,6 +323,12 @@ libs.gsl.versions.100.version=1.0.0
323
323
libs.gsl.versions.100.path =/opt/compiler-explorer/libs/GSL/v1.0.0/include
324
324
libs.gsl.versions.lite.version =lite
325
325
libs.gsl.versions.lite.path =/opt/compiler-explorer/libs/gsl-lite/include
326
+ libs.expected_lite.versions =001
327
+ libs.expected_lite.url =https://github.com/martinmoene/expected-lite
328
+ libs.expected_lite.name =expected-lite
329
+ libs.expected_lite.description =Expected for C++11 and greater
330
+ libs.expected_lite.versions.001.version =0.0.1
331
+ libs.expected_lite.versions.001.path =/opt/compiler-explorer/libs/expected-lite/v0.0.1/include
326
332
# OpenCV disabled for now, needs more installation work, any many more paths
327
333
libs.opencv.name =OpenCV
328
334
libs.opencv.versions =trunk
You can’t perform that action at this time.
0 commit comments