Skip to content

Commit 165487e

Browse files
committed
Changing configure to cmake for Perfect Hash
1 parent 7ef6edd commit 165487e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ENV LC_ALL=$DOCKER_LANG.UTF-8
4747
RUN apt-get -qq update && \
4848
DEBIAN_FRONTEND=noninteractive \
4949
apt-get -qq install -y cmake git vim gcc g++ gfortran software-properties-common \
50-
python3 wget gnupg-agent xterm \
50+
python3 wget gnupg-agent xterm pciutils \
5151
mpich libmpich-dev \
5252
openmpi-bin openmpi-doc libopenmpi-dev && \
5353
apt-get clean && rm -rf /var/lib/apt/lists/*

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Makefile.OpenCL:
88
PerfectHash: Perfecthash/Makefile
99

1010
Perfecthash/Makefile:
11-
cd PerfectHash && ./configure --disable-opencl && make && ./neigh2d
11+
cd PerfectHash && cmake . && make && ./neigh2d
1212

1313
CompactHash: CompactHash/Makefile
1414

0 commit comments

Comments
 (0)