From 162de812e8a303f31c5a1262f76afc78ccb4ebbd Mon Sep 17 00:00:00 2001 From: Andreas Steenpass Date: Mon, 20 May 2019 11:34:43 +0200 Subject: [PATCH] add info string for temporary workaround in .travis.yml --- .travis.yml | 2 ++ REQUIRE | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1f3bd24..2c3b0aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ script: - while sleep 60; do echo "still alive"; done & - julia --color=yes -e ' using Pkg; + @info "temporary workaround for\n" + * "https://github.com/oscar-system/Singular.jl/issues/102"; Pkg.add(PackageSpec(name = "CxxWrap", version = "0.8.1")); abstractalgebra_url = "https://github.com/Nemocas/AbstractAlgebra.jl"; diff --git a/REQUIRE b/REQUIRE index ba046c2..58d0a97 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,7 +1,6 @@ julia 1.0 AbstractAlgebra -# see https://github.com/oscar-system/Singular.jl/issues/102 -CxxWrap 0.8.1 0.8.2 +CxxWrap Hecke LightXML Nemo