diff options
author | Chen, Chih-Chia <pigfoot@gmail.com> | 2017-06-20 18:31:05 +0800 |
---|---|---|
committer | Chen, Chih-Chia <pigfoot@gmail.com> | 2017-06-20 18:31:05 +0800 |
commit | a6176db541358dd6ae9a24d68aaddd441e141276 (patch) | |
tree | 5f69d7d6b8b7fbd655f5c956815954d8c2dedbf1 /sci-libs | |
parent | Add sci-libs/mkl (diff) | |
download | pigfoot-a6176db541358dd6ae9a24d68aaddd441e141276.tar.gz pigfoot-a6176db541358dd6ae9a24d68aaddd441e141276.tar.bz2 pigfoot-a6176db541358dd6ae9a24d68aaddd441e141276.zip |
[sci-libs/mxnet] bug fix
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/mxnet/mxnet-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/mxnet/mxnet-9999.ebuild b/sci-libs/mxnet/mxnet-9999.ebuild index 6bc87c7..07f1361 100644 --- a/sci-libs/mxnet/mxnet-9999.ebuild +++ b/sci-libs/mxnet/mxnet-9999.ebuild @@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/dmlc/mxnet" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cuda distributed opencv openmp python +mxnet_blas_mkl mxnet_blas_openblas mxnet_blas_atlas" RDEPEND=" |