From ea70fb6de877d183735d82b81e3fe62831db93d1 Mon Sep 17 00:00:00 2001 From: Lukas Steiner Date: Tue, 21 Apr 2020 09:41:44 +0200 Subject: [PATCH] qmake to cmake. --- .gitlab-ci.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 700ec923..718fd16c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ build: - rm -rf build - mkdir -p build - cd build - - qmake ../DRAMSys/DRAMSys.pro + - cmake ../DRAMSys - make -j4 - find . -name "*.o" -type f -delete - rm -rf ${CI_PROJECT_DIR}/coverage diff --git a/README.md b/README.md index bc1c6595..063b989d 100644 --- a/README.md +++ b/README.md @@ -1071,11 +1071,11 @@ running before starting. For more information about 3D-ICE visit the [official w #### Installing the lastest 3D-ICE version -[Download](http://esl.epfl.ch/3d-ice/download.html) the lastest version. Make sure you got version 2.2.6 or greater: +[Download](https://www.epfl.ch/labs/esl/open-source-software-projects/3d-ice/3d-ice-download/) the lastest version. Make sure you got version 2.2.6 or greater: ```bash -$ wget http://esl.epfl.ch/files/content/sites/esl/files/3dice/releases/3d-ice-latest.zip -$ tar -xvzf 3d-ice-latest.zip +$ wget https://www.epfl.ch/labs/esl/wp-content/uploads/2018/12/3d-ice-latest.zip +$ unzip 3d-ice-latest.zip ``` Install [SuperLU](http://crd-legacy.lbl.gov/~xiaoye/SuperLU/superlu_5.2.1.tar.gz) dependencies: