aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-05-02 11:15:02 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-05-02 11:15:02 +0200
commit4e26feba6f7109de13011cda9b6d94dcd7d8d625 (patch)
tree96dc7c8096141e479acacb3543d999ce419769fb /dev-cpp/parallel-hashmap
parentnet-analyzer/munin-plugins-mendix: initial import (diff)
downloadguru-4e26feba6f7109de13011cda9b6d94dcd7d8d625.tar.gz
guru-4e26feba6f7109de13011cda9b6d94dcd7d8d625.tar.bz2
guru-4e26feba6f7109de13011cda9b6d94dcd7d8d625.zip
dev-cpp/parallel-hashmap: upstream wontfix the doc build
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-cpp/parallel-hashmap')
-rw-r--r--dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild11
1 files changed, 1 insertions, 10 deletions
diff --git a/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild b/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild
index 4aecefcc6..6fe10fac8 100644
--- a/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild
+++ b/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild
@@ -19,21 +19,12 @@ IUSE="examples"
DEPEND=""
RDEPEND="${DEPEND}"
-#BDEPEND="
-# doc? ( app-text/pandoc )
-#"
#TODO: explore the various cmake options (if any)
-#TODO: tests, doc
+#TODO: tests
src_compile() {
cmake_src_compile
-
- #waiting for https://github.com/greg7mdp/parallel-hashmap/issues/91
-# if use doc ; then
-# cd html || die
-# emake all
-# fi
}
src_install() {