Xtensor 0.15.1 (#7215)
Add the latest xtensor release and its dependencies.
This commit is contained in:
parent
912e661056
commit
266a3593ce
3 changed files with 8 additions and 4 deletions
|
@ -34,9 +34,10 @@ class Xsimd(CMakePackage):
|
||||||
|
|
||||||
version('develop', branch='master',
|
version('develop', branch='master',
|
||||||
git='https://github.com/QuantStack/xsimd.git')
|
git='https://github.com/QuantStack/xsimd.git')
|
||||||
|
version('4.0.0', '4186ec94985daa3fc284d9d0d4aa03e8')
|
||||||
version('3.1.0', '29c1c525116cbda28f610e2bf24a827e')
|
version('3.1.0', '29c1c525116cbda28f610e2bf24a827e')
|
||||||
|
|
||||||
depends_on('googletest')
|
depends_on('googletest', type='build')
|
||||||
|
|
||||||
# C++14 support
|
# C++14 support
|
||||||
conflicts('%gcc@:4.8')
|
conflicts('%gcc@:4.8')
|
||||||
|
|
|
@ -34,15 +34,17 @@ class Xtensor(CMakePackage):
|
||||||
|
|
||||||
version('develop', branch='master',
|
version('develop', branch='master',
|
||||||
git='https://github.com/QuantStack/xtensor.git')
|
git='https://github.com/QuantStack/xtensor.git')
|
||||||
|
version('0.15.1', 'c24ecc406003bd1ac22291f1f7cac29a')
|
||||||
version('0.13.1', '80e7e33f05066d17552bf0f8b582dcc5')
|
version('0.13.1', '80e7e33f05066d17552bf0f8b582dcc5')
|
||||||
|
|
||||||
variant('xsimd', default=True,
|
variant('xsimd', default=True,
|
||||||
description='Enable SIMD intrinsics')
|
description='Enable SIMD intrinsics')
|
||||||
|
|
||||||
depends_on('xtl')
|
depends_on('xtl')
|
||||||
depends_on('xtl@0.3.4:', when='@develop')
|
depends_on('xtl@0.4.0:0.4.99', when='@0.15.1:')
|
||||||
depends_on('xtl@0.3.3:', when='@0.13.1')
|
depends_on('xtl@0.3.3:0.3.99', when='@0.13.1')
|
||||||
depends_on('xsimd@3.1.0', when='+xsimd')
|
depends_on('xsimd@4.0.0', when='@0.15.1 +xsimd')
|
||||||
|
depends_on('xsimd@3.1.0', when='@0.13.1 +xsimd')
|
||||||
|
|
||||||
# C++14 support
|
# C++14 support
|
||||||
conflicts('%gcc@:4.8')
|
conflicts('%gcc@:4.8')
|
||||||
|
|
|
@ -34,6 +34,7 @@ class Xtl(CMakePackage):
|
||||||
|
|
||||||
version('develop', branch='master',
|
version('develop', branch='master',
|
||||||
git='https://github.com/QuantStack/xtl.git')
|
git='https://github.com/QuantStack/xtl.git')
|
||||||
|
version('0.4.0', '48c76b63ab12e497a53fb147c41ae747')
|
||||||
version('0.3.4', 'b76548a55f1e171a9c849e5ed543e8b3')
|
version('0.3.4', 'b76548a55f1e171a9c849e5ed543e8b3')
|
||||||
version('0.3.3', '09b6d9611e460d9280bf1156bcca20f5')
|
version('0.3.3', '09b6d9611e460d9280bf1156bcca20f5')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue