qmake to cmake.

This commit is contained in:
Lukas Steiner
2020-04-21 09:41:44 +02:00
parent 95dde8b6d8
commit ea70fb6de8
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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: