diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-01-21 21:18:55 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-01-21 21:20:57 +0000 |
commit | 914e101735da4451ac77e7970b1b952afd95c7f4 (patch) | |
tree | 05670d63b438bb375fa048161964b12fda696ef3 /reproduce/config/pipeline | |
parent | 15d32a7df7b2d4420bebd18b855f83606d872f30 (diff) |
Libbsd added as a dependency of Metastore
Metastore depends on `bsd/string.h' to work properly (atleast on GNU/Linux
systems). The first system I tried building with had that library, so I
didn't notice! With this commit, we also build `libbsd' as part of the
pipeline.
Also, I couldn't find libbsd's version in any of its installed headers, so
like Libjpeg, we can't actually check and will directly write our internal
version into the paper.
Diffstat (limited to 'reproduce/config/pipeline')
-rw-r--r-- | reproduce/config/pipeline/dependency-versions.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index 86102dd..14a9635 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -19,6 +19,7 @@ grep-version = 3.3 gzip-version = 1.10 isl-version = 0.18 libtool-version = 2.4.6 +libbsd-version = 0.9.1 lzip-version = 1.20 make-version = 4.2.90 metastore-version = 1.1.2 |