-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from termoshtt/workspace
Setup cargo-workspace
- Loading branch information
Showing
8 changed files
with
62 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "source"] | ||
path = source | ||
path = openblas-src/source | ||
url = https://github.com/xianyi/OpenBLAS.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,4 @@ | ||
[package] | ||
name = "openblas-src" | ||
version = "0.10.1" | ||
license = "Apache-2.0/MIT" | ||
authors = [ | ||
"Corey Richardson <[email protected]>", | ||
"Ethan Smith <[email protected]>", | ||
"Ivan Ukhov <[email protected]>", | ||
"Jim Turner <[email protected]>", | ||
"Ken Elkabany <[email protected]>", | ||
"Steve Harris <[email protected]>", | ||
"Toshiki Teramura <[email protected]>", | ||
[workspace] | ||
members = [ | ||
"openblas-src", | ||
] | ||
description = "The package provides a source of BLAS and LAPACK via OpenBLAS." | ||
documentation = "https://docs.rs/openblas-src" | ||
homepage = "https://github.com/blas-lapack-rs/openblas-src" | ||
repository = "https://github.com/blas-lapack-rs/openblas-src" | ||
readme = "README.md" | ||
categories = ["science"] | ||
keywords = ["linear-algebra"] | ||
build = "build.rs" | ||
links = "openblas" | ||
exclude = [ | ||
"source/benchmark/*", | ||
"source/ctest/*", | ||
"source/lapack-netlib/BLAS/TESTING/*", | ||
"source/lapack-netlib/CBLAS/testing/*", | ||
"source/lapack-netlib/TESTING/*.in", | ||
"source/lapack-netlib/TESTING/EIG/*", | ||
"source/lapack-netlib/TESTING/LIN/*", | ||
"source/reference/*", | ||
"source/test/*", | ||
"source/utest/*", | ||
] | ||
|
||
[features] | ||
default = ["cblas", "lapacke"] | ||
|
||
cache = [] | ||
cblas = [] | ||
lapacke = [] | ||
static = [] | ||
system = [] | ||
|
||
[dev-dependencies] | ||
libc = "0.2" | ||
|
||
[target.'cfg(target_os="windows")'.build-dependencies] | ||
vcpkg = "0.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
[package] | ||
name = "openblas-src" | ||
version = "0.10.1" | ||
license = "Apache-2.0/MIT" | ||
authors = [ | ||
"Corey Richardson <[email protected]>", | ||
"Ethan Smith <[email protected]>", | ||
"Ivan Ukhov <[email protected]>", | ||
"Jim Turner <[email protected]>", | ||
"Ken Elkabany <[email protected]>", | ||
"Steve Harris <[email protected]>", | ||
"Toshiki Teramura <[email protected]>", | ||
] | ||
description = "The package provides a source of BLAS and LAPACK via OpenBLAS." | ||
documentation = "https://docs.rs/openblas-src" | ||
homepage = "https://github.com/blas-lapack-rs/openblas-src" | ||
repository = "https://github.com/blas-lapack-rs/openblas-src" | ||
readme = "../README.md" | ||
categories = ["science"] | ||
keywords = ["linear-algebra"] | ||
build = "build.rs" | ||
links = "openblas" | ||
exclude = [ | ||
"source/benchmark/*", | ||
"source/ctest/*", | ||
"source/lapack-netlib/BLAS/TESTING/*", | ||
"source/lapack-netlib/CBLAS/testing/*", | ||
"source/lapack-netlib/TESTING/*.in", | ||
"source/lapack-netlib/TESTING/EIG/*", | ||
"source/lapack-netlib/TESTING/LIN/*", | ||
"source/reference/*", | ||
"source/test/*", | ||
"source/utest/*", | ||
] | ||
|
||
[features] | ||
default = ["cblas", "lapacke"] | ||
|
||
cache = [] | ||
cblas = [] | ||
lapacke = [] | ||
static = [] | ||
system = [] | ||
|
||
[dev-dependencies] | ||
libc = "0.2" | ||
|
||
[target.'cfg(target_os="windows")'.build-dependencies] | ||
vcpkg = "0.2" |
File renamed without changes.
Submodule source
updated
from 000000 to 63b03e
File renamed without changes.
File renamed without changes.