aboutsummaryrefslogtreecommitdiff
diff --git a/Cargo.toml b/Cargo.toml
index 57924f1..0c59727 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,11 +43,6 @@ bench = false
 version = "0.4"
 optional = true
 
-[dependencies.blas-src]
-version = "0.6.1"
-optional = true
-default-features = false
-
 [dependencies.cblas-sys]
 version = "0.1.4"
 optional = true
@@ -92,7 +87,7 @@ version = "0.9"
 default-features = false
 
 [features]
-blas = ["cblas-sys", "blas-src"]
+blas = ["cblas-sys"]
 docs = ["approx", "serde", "rayon"]
 serde-1 = ["serde"]
 test = ["test-blas-openblas-sys"]
a>...* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.9. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Olivier Dion 2022-09-26gnu: Add libpatch....* gnu/packages/instrumentation.scm (libpatch): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Olivier Dion 2022-09-19gnu: lttng-tools: Update to 2.13.8....* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.8. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Olivier Dion 2022-09-19gnu: lttng-ust: Update to 2.13.4....* gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.4. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Olivier Dion 2022-09-19gnu: lttng-modules: Update to 2.13.5....* gnu/packages/instrumentation.scm (lttng-modules): Update to 2.13.5. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Olivier Dion 2022-09-01gnu: perf-tools: Patch executable file names....* gnu/packages/instrumentation.scm (perf-tools)[arguments: Add 'patch-file-names' phase. [inputs]: Remove GCC-TOOLCHAIN, which appears to be redundant and would be retained as a reference due to the new phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Olivier Dion 2022-08-16gnu: lttng-tools: Update the hash....This is a follow-up of c53a5e7dc3153443cab5ac8ce7ff9d935785fe44. * gnu/packages/instrumentation.scm (lttng-tools)[source]: Update it. Mathieu Othacehe 2022-08-16gnu: lttng-ust: Update source hash....This was forgotten in eca0227239c7ca52a2a3f4eed82b546899d57fec. * gnu/packages/instrumentation.scm (lttng-ust)[source]: Correct the hash. Jonathan Brielmaier 2022-08-15gnu: lttng-tools: Update to 2.13.7....* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Olivier Dion 2022-08-15gnu: lttng-ust: Update to 2.13.3....* gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Olivier Dion 2022-08-15gnu: Add lttng-modules....* gnu/packages/instrumentation.scm (lttng-modules): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Olivier Dion 2022-08-05gnu: Add perf-tools....* gnu/packages/instrumentation.scm (perf-tools): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Olivier Dion 2022-06-15gnu: lttng-ust: Fix dependencies....* gnu/packages/instrumentation.scm (lttng-ust): Fix dependencies. [inputs]: Remove liburcu. [propagated-inputs]: Add liburcu. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Olivier Dion