From 8e525bf1d13b4fe336509e77782da937244a9d7c Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 27 Mar 2024 17:07:07 +0100 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 7a13d123f..b792f1756 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -113,6 +113,9 @@ task: image: node:latest compile_script: - make + - wget https://gist.github.com/martin-frbg/7790c2cd10f4a56fefd7bb8a8309113f/raw/442dddacd1392c5f43ae7f70d6e315331fa5be49/issue4583.cpp + - g++ -I. -Ilapack-netlib/LAPACKE/include issue4583.cpp libopenblas.a -lgfortran -o issue4583 + - ./issue4583 task: name: NeoverseN1-ILP64