Skip to content

Commit 2e4b950

Browse files
authored
cblas library (#34)
* try libatlas-base-dev * update github ci matrix
1 parent 34af987 commit 2e4b950

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

2025-eScience/docker/Dockerfile.benchpark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update && \
2525
# liblapack-dev \
2626
# libblas-dev \
2727
liblapacke-dev \
28-
libcblas-dev \
28+
libatlas-base-dev \
2929
&& rm -rf /var/lib/apt/lists/*
3030

3131
SHELL [ "/bin/bash", "-c" ]

github_ci_matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"tag": [
3-
"hpcic-2025"
3+
"eScience-2025"
44
],
55
"tutorial_dir": [
6-
"2025-HPCIC"
6+
"2025-eScience"
77
],
88
"docker_os": [
99
"linux"

0 commit comments

Comments
 (0)