various packages: pin boost179
Taken from PR #244831 and vcunat amended the miopen override.
This commit is contained in:
parent
045f0259fe
commit
ba2ce6e73b
11 changed files with 23 additions and 23 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib, stdenv, fetchFromGitHub, fetchpatch
|
||||
, cmake, pkg-config
|
||||
, boost, miniupnpc, openssl, unbound
|
||||
, boost179, miniupnpc, openssl, unbound
|
||||
, zeromq, pcsclite, readline, libsodium, hidapi
|
||||
, randomx, rapidjson
|
||||
, easyloggingpp
|
||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
|
||||
buildInputs = [
|
||||
boost miniupnpc openssl unbound
|
||||
boost179 miniupnpc openssl unbound
|
||||
zeromq pcsclite readline
|
||||
libsodium hidapi randomx rapidjson
|
||||
protobuf
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
, fetchFromGitHub
|
||||
, cmake
|
||||
, pkg-config
|
||||
, boost
|
||||
, boost179
|
||||
, openssl
|
||||
, libsodium
|
||||
, libunwind
|
||||
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
boost
|
||||
boost179
|
||||
openssl
|
||||
libsodium
|
||||
libunwind
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{lib, stdenv, fetchurl, fetchFromGitHub, cmake, boost, gmp, htslib, zlib, xz, pkg-config}:
|
||||
{lib, stdenv, fetchurl, fetchFromGitHub, cmake, boost179, gmp, htslib, zlib, xz, pkg-config}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "octopus";
|
||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
buildInputs = [ boost gmp htslib zlib xz ];
|
||||
buildInputs = [ boost179 gmp htslib zlib xz ];
|
||||
|
||||
patches = [ (fetchurl {
|
||||
url = "https://github.com/luntergroup/octopus/commit/17a597d192bcd5192689bf38c5836a98b824867a.patch";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
, config
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, boost
|
||||
, boost179
|
||||
, cmake
|
||||
, expat
|
||||
, harfbuzz
|
||||
|
@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
boost
|
||||
boost179
|
||||
expat
|
||||
ffmpeg
|
||||
ffms
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
, fetchFromGitHub
|
||||
|
||||
, cmake
|
||||
, boost
|
||||
, boost179
|
||||
, eigen
|
||||
, opencv
|
||||
, tbb
|
||||
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
boost
|
||||
boost179
|
||||
eigen
|
||||
opencv
|
||||
];
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
, python3
|
||||
, python3Packages
|
||||
, wafHook
|
||||
, boost
|
||||
, boost179
|
||||
, openssl
|
||||
, sqlite
|
||||
}:
|
||||
|
@ -24,12 +24,12 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ doxygen pkg-config python3 python3Packages.sphinx wafHook ];
|
||||
|
||||
buildInputs = [ boost openssl sqlite ];
|
||||
buildInputs = [ boost179 openssl sqlite ];
|
||||
|
||||
wafConfigureFlags = [
|
||||
"--with-openssl=${openssl.dev}"
|
||||
"--boost-includes=${boost.dev}/include"
|
||||
"--boost-libs=${boost.out}/lib"
|
||||
"--boost-includes=${boost179.dev}/include"
|
||||
"--boost-libs=${boost179.out}/lib"
|
||||
"--with-tests"
|
||||
];
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ lib, stdenv, fetchurl, plib, freeglut, xorgproto, libX11, libXext, libXi
|
||||
, libICE, libSM, libXt, libXmu, libGLU, libGL, boost, zlib, libjpeg, freealut
|
||||
, libICE, libSM, libXt, libXmu, libGLU, libGL, boost179, zlib, libjpeg, freealut
|
||||
, openscenegraph, openal, expat, cmake, apr, xz
|
||||
, curl
|
||||
}:
|
||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ plib freeglut xorgproto libX11 libXext libXi
|
||||
libICE libSM libXt libXmu libGLU libGL boost zlib libjpeg freealut
|
||||
libICE libSM libXt libXmu libGLU libGL boost179 zlib libjpeg freealut
|
||||
openscenegraph openal expat apr curl xz ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib, mkDerivation, fetchFromGitHub, cmake, extra-cmake-modules,
|
||||
zlib, boost, libunwind, elfutils, sparsehash, zstd,
|
||||
zlib, boost179, libunwind, elfutils, sparsehash, zstd,
|
||||
qtbase, kio, kitemmodels, threadweaver, kconfigwidgets, kcoreaddons, kdiagram
|
||||
}:
|
||||
|
||||
|
@ -17,7 +17,7 @@ mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ cmake extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
zlib boost libunwind elfutils sparsehash zstd
|
||||
zlib boost179 libunwind elfutils sparsehash zstd
|
||||
qtbase kio kitemmodels threadweaver kconfigwidgets kcoreaddons kdiagram
|
||||
];
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
, pkg-config
|
||||
, flam3
|
||||
, libgtop
|
||||
, boost
|
||||
, boost179
|
||||
, tinyxml
|
||||
, freeglut
|
||||
, libGLU
|
||||
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||
xorg.libXrender
|
||||
flam3
|
||||
libgtop
|
||||
boost
|
||||
boost179
|
||||
tinyxml
|
||||
freeglut
|
||||
libGLU
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{lib, stdenv, fetchFromGitHub, cmake, pkg-config, bzip2, libxml2, libzip, boost, lua, luabind, tbb, expat}:
|
||||
{lib, stdenv, fetchFromGitHub, cmake, pkg-config, bzip2, libxml2, libzip, boost179, lua, luabind, tbb, expat}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "osrm-backend";
|
||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
|
||||
buildInputs = [ bzip2 libxml2 libzip boost lua luabind tbb expat ];
|
||||
buildInputs = [ bzip2 libxml2 libzip boost179 lua luabind tbb expat ];
|
||||
|
||||
patches = [ ./darwin.patch ];
|
||||
|
||||
|
|
|
@ -16755,7 +16755,7 @@ with pkgs;
|
|||
inherit (llvmPackages_rocm) llvm clang-tools-extra;
|
||||
stdenv = rocmClangStdenv;
|
||||
rocmlir = rocmlir-rock;
|
||||
boost = boost.override { enableStatic = true; };
|
||||
boost = boost179.override { enableStatic = true; };
|
||||
};
|
||||
|
||||
miopen-hip = miopen.override {
|
||||
|
|
Loading…
Reference in a new issue