We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546da4d commit bc49e4aCopy full SHA for bc49e4a
docker/common.mk
@@ -2,7 +2,7 @@ TOP := $(shell git rev-parse --show-toplevel)
2
HERE := $(TOP)/docker
3
4
REGISTRY := ghcr.io/rust-math/intel-mkl-src
5
-RUST_VERSION := 1.62.1
+RUST_VERSION := 1.56.0
6
7
all: build
8
intel-mkl-tool/Makefile
@@ -1,6 +1,6 @@
1
HERE := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
DOCKER_OPTION := --rm -u $(shell id -u):$(shell id -g) -v $(HERE):/src
test:
0 commit comments