Skip to content

Commit

Permalink
build: lower GnuTLS,Protobuf,yaml-cpp,hwloc for xenial
Browse files Browse the repository at this point in the history
previously, the versions of these packages are from fc28. after testing
using `./cooking.sh -r dev`, and `make test`, it is safe to lower the
required versions of them.

Signed-off-by: Kefu Chai <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
tchaikov authored and avikivity committed Dec 17, 2018
1 parent e67572e commit 6da3527
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,27 +214,27 @@ find_package (c-ares 1.13.0 REQUIRED MODULE)
find_package (cryptopp 5.6.5 REQUIRED)
# No version information published.
find_package (dpdk)
find_package (fmt 5.2.1 REQUIRED)
find_package (lz4 1.8.0 REQUIRED)
find_package (fmt 4.0.0 REQUIRED)
find_package (lz4 1.7.3 REQUIRED)

##
## Private and private/public dependencies.
##

find_package (Concepts)
find_package (GnuTLS 3.5.18 REQUIRED)
find_package (GnuTLS 3.3.26 REQUIRED)
find_package (LinuxMembarrier)
find_package (Protobuf 3.3.0 REQUIRED)
find_package (Protobuf 2.5.0 REQUIRED)
find_package (Sanitizers REQUIRED)
find_package (StdFilesystem REQUIRED)
find_package (hwloc 1.11.5)
find_package (hwloc 1.11.2)
# No version information published.
find_package (lksctp-tools REQUIRED)
# No version information published.
find_package (numactl)
find_package (ragel 6.10 REQUIRED)
find_package (rt REQUIRED)
find_package (yaml-cpp 0.5.3 REQUIRED)
find_package (yaml-cpp 0.5.1 REQUIRED)

#
# Code generation helpers.
Expand Down

0 comments on commit 6da3527

Please sign in to comment.