Skip to content

Commit

Permalink
chore: clean up ortools (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Jan 31, 2023
1 parent ae6b3ac commit 360508e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 147 deletions.
92 changes: 0 additions & 92 deletions CMake/Findortools.cmake

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ up-to-date repos.
STAGE_DIR=~/hermes_stage
MOCHI_REPO=${STAGE_DIR}/mochi
HERMES_REPO=${STAGE_DIR}/hermes
git clone https://github.com/mochi-hpc/mochi-spack-packages.git ${MOCHI_REPO}
git clone https://github.com/HDFGroup/hermes ${HERMES_REPO}
spack repo add ${MOCHI_REPO}
spack repo add ${HERMES_REPO}/ci/hermes
Expand All @@ -67,7 +66,6 @@ Type 'c' to configure until there are no errors, then generate the makefile with
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CXX_COMPILER=`which mpicxx`
-DBUILD_SHARED_LIBS=ON
-DORTOOLS_DIR=/path/to/ortools

After the makefile has been generated, you can type `make -j 4` or `cmake --build . -- -j 4`. Add `VERBOSE=1` to see detailed compiler output.

Expand Down
53 changes: 0 additions & 53 deletions ci/hermes/packages/gortools/package.py

This file was deleted.

0 comments on commit 360508e

Please sign in to comment.