Giter Site home page Giter Site logo

bytehamster / mphf-experiments Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 2.64 MB

Comparison of different MPHF algorithms

License: GNU General Public License v3.0

CMake 4.88% Dockerfile 1.15% C++ 59.54% Shell 8.22% TeX 21.60% Rust 3.80% Cuda 0.81%

mphf-experiments's People

Contributors

bytehamster avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

dennisosrm

mphf-experiments's Issues

Unable to build docker image

I'm not able to build the docker image; it gives the error message below.

[+] Building 79.2s (19/20)
 => [internal] load build definition from Dockerfile                                                                                                                                                          0.0s
 => => transferring dockerfile: 123B                                                                                                                                                                          0.0s
 => [internal] load .dockerignore                                                                                                                                                                             0.0s
 => => transferring context: 120B                                                                                                                                                                             0.0s
 => [internal] load metadata for docker.io/library/ubuntu:22.04                                                                                                                                               0.6s
 => CACHED [ 1/16] FROM docker.io/library/ubuntu:22.04@sha256:67211c14fa74f070d27cc59d69a7fa9aeff8e28ea118ef3babc295a0428a6d21                                                                                0.0s
 => [internal] load build context                                                                                                                                                                             0.0s
 => => transferring context: 11.64kB                                                                                                                                                                          0.0s
 => [ 2/16] RUN apt-get update && apt-get -y upgrade                                                                                                                                                          2.4s
 => [ 3/16] RUN apt-get install --assume-yes --no-install-recommends ca-certificates build-essential cmake git autoconf                                                                                       9.3s
 => [ 4/16] RUN apt-get install --assume-yes --no-install-recommends libboost-regex-dev libsqlite3-dev                                                                                                        3.4s
 => [ 5/16] RUN apt-get install --assume-yes --no-install-recommends texlive-latex-extra texlive-fonts-recommended texlive-latex-recommended texlive-fonts-extra                                             56.7s
 => [ 6/16] RUN apt-get install --assume-yes --no-install-recommends libtbb-dev libxxhash-dev                                                                                                                 1.4s
 => [ 7/16] RUN git clone https://github.com/bingmann/sqlplot-tools.git /opt/sqlplot-tools                                                                                                                    1.4s
 => [ 8/16] RUN mkdir /opt/sqlplot-tools/build                                                                                                                                                                0.3s
 => [ 9/16] WORKDIR /opt/sqlplot-tools/build                                                                                                                                                                  0.0s
 => [10/16] RUN cmake -DCMAKE_BUILD_TYPE=Release -DWITH_POSTGRESQL=OFF -DWITH_MYSQL=OFF ..                                                                                                                    0.4s
 => [11/16] RUN cmake --build . -j 8                                                                                                                                                                          2.5s
 => [12/16] COPY . /opt/sichash                                                                                                                                                                               0.0s
 => [13/16] RUN mkdir /opt/sichash/build                                                                                                                                                                      0.1s
 => [14/16] WORKDIR /opt/sichash/build                                                                                                                                                                        0.0s
 => ERROR [15/16] RUN cmake -DCMAKE_BUILD_TYPE=Release ..                                                                                                                                                     0.4s
------
 > [15/16] RUN cmake -DCMAKE_BUILD_TYPE=Release ..:
#19 0.237 -- The C compiler identification is GNU 11.3.0
#19 0.277 -- The CXX compiler identification is GNU 11.3.0
#19 0.281 -- Detecting C compiler ABI info
#19 0.328 -- Detecting C compiler ABI info - done
#19 0.332 -- Check for working C compiler: /usr/bin/cc - skipped
#19 0.332 -- Detecting C compile features
#19 0.332 -- Detecting C compile features - done
#19 0.334 -- Detecting CXX compiler ABI info
#19 0.387 -- Detecting CXX compiler ABI info - done
#19 0.390 -- Check for working CXX compiler: /usr/bin/c++ - skipped
#19 0.391 -- Detecting CXX compile features
#19 0.391 -- Detecting CXX compile features - done
#19 0.392 CMake Error at CMakeLists.txt:33 (add_subdirectory):
#19 0.392   The source directory
#19 0.392
#19 0.392     /opt/sichash/extlib/gpurecsplit
#19 0.392
#19 0.392   does not contain a CMakeLists.txt file.
#19 0.392
#19 0.392
#19 0.392 CMake Error at CMakeLists.txt:36 (add_subdirectory):
#19 0.392   The source directory
#19 0.392
#19 0.392     /opt/sichash/extlib/sichash
#19 0.392
#19 0.392   does not contain a CMakeLists.txt file.
#19 0.392
#19 0.392
#19 0.392 -- Configuring incomplete, errors occurred!
#19 0.392 See also "/opt/sichash/build/CMakeFiles/CMakeOutput.log".
------
executor failed running [/bin/sh -c cmake -DCMAKE_BUILD_TYPE=Release ..]: exit code: 1

I did not investigate much yet... but it looks like the extlib folder references to git submodules, but the instructions didn't explain how to fetch them... I'll probably figure it out, but perhaps the readme could be updated... Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.