File tree 1 file changed +7
-6
lines changed 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
HERE := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST ) ) ) )
2
- RUST_VERSION := 1.43.0
2
+ REGISTRY := ghcr.io/rust-math/intel-mkl-src
3
+ RUST_VERSION := 1.49.0
3
4
DOCKER_OPTION := --rm -u $(shell id -u) :$(shell id -g) -v $(HERE ) :/src
4
5
5
6
test :
6
- docker run $(DOCKER_OPTION ) --env CARGO_HOME=/src/.cargo-cache rustmath /mkl-rust:$(RUST_VERSION ) cargo test with_mkl -- --ignored
7
+ docker run $(DOCKER_OPTION ) --env CARGO_HOME=/src/.cargo-cache $( REGISTRY ) /mkl-rust:$(RUST_VERSION ) cargo test with_mkl -- --ignored
7
8
8
9
seek :
9
- docker run $(DOCKER_OPTION ) --env CARGO_HOME=/src/.cargo-cache rustmath /mkl-rust:$(RUST_VERSION ) cargo run --release -- seek
10
+ docker run $(DOCKER_OPTION ) --env CARGO_HOME=/src/.cargo-cache $( REGISTRY ) /mkl-rust:$(RUST_VERSION ) cargo run --release -- seek
10
11
11
12
package :
12
- docker run $(DOCKER_OPTION ) --env CARGO_HOME=/src/.cargo-cache rustmath /mkl-rust:$(RUST_VERSION ) cargo run --release -- package
13
+ docker run $(DOCKER_OPTION ) --env CARGO_HOME=/src/.cargo-cache $( REGISTRY ) /mkl-rust:$(RUST_VERSION ) cargo run --release -- package
13
14
14
15
seek-ubuntu :
15
- docker run $(DOCKER_OPTION ) --env CARGO_HOME=/src/.cargo-ubuntu rustmath /mkl-ubuntu:$(RUST_VERSION ) cargo run --release -- seek
16
+ docker run $(DOCKER_OPTION ) --env CARGO_HOME=/src/.cargo-ubuntu $( REGISTRY ) /mkl-ubuntu:$(RUST_VERSION ) cargo run --release -- seek
16
17
17
18
seek-centos :
18
- docker run $(DOCKER_OPTION ) --env CARGO_HOME=/src/.cargo-centos rustmath /mkl-centos:$(RUST_VERSION ) cargo run --release -- seek
19
+ docker run $(DOCKER_OPTION ) --env CARGO_HOME=/src/.cargo-centos $( REGISTRY ) /mkl-centos:$(RUST_VERSION ) cargo run --release -- seek
You can’t perform that action at this time.
0 commit comments