diff options
| author | pjotrp | 2026-04-17 14:38:51 +0200 |
|---|---|---|
| committer | pjotrp | 2026-04-17 14:38:51 +0200 |
| commit | 035d7e4f06c595e8a42d8ad6cd1ad6e42a21a4f0 (patch) | |
| tree | f3e96f41742b659e12b06b315db0dd6142c55a34 /do-not-build-cplusplus-spoa.patch | |
| parent | c5a09528fba9e711250888b1515ab4473dc0cea7 (diff) | |
| download | guix-bioinformatics-035d7e4f06c595e8a42d8ad6cd1ad6e42a21a4f0.tar.gz | |
Moving patches around so we can use loadpath again
Diffstat (limited to 'do-not-build-cplusplus-spoa.patch')
| -rw-r--r-- | do-not-build-cplusplus-spoa.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/do-not-build-cplusplus-spoa.patch b/do-not-build-cplusplus-spoa.patch new file mode 100644 index 0000000..b9afb9a --- /dev/null +++ b/do-not-build-cplusplus-spoa.patch @@ -0,0 +1,19 @@ +diff --git a/build.rs b/build.rs +index 3f0566a..a607d9d 100644 +--- a/build.rs ++++ b/build.rs +@@ -3,14 +3,6 @@ use std::fs::canonicalize; + use std::path::PathBuf; + + fn main() { +- let out_dir = cmake::Config::new("spoa") +- //.uses_cxx11() // Deprecated +- .define("spoa_install", "OFF") +- .define("spoa_build_exe", "OFF") +- .define("spoa_build_tests", "OFF") +- .build_target("spoa") +- .build(); +- + println!( + "cargo:rustc-link-search=native={}/build/lib", + out_dir.display() |
