Search Criteria
Package Details: xtensor 0.26.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/xtensor.git (read-only, click to copy) | 
|---|---|
| Package Base: | xtensor | 
| Description: | C++ tensors with broadcasting and lazy computing | 
| Upstream URL: | https://github.com/xtensor-stack/xtensor | 
| Licenses: | BSD-3-Clause | 
| Submitter: | sxw | 
| Maintainer: | sxw | 
| Last Packager: | sxw | 
| Votes: | 3 | 
| Popularity: | 0.000253 | 
| First Submitted: | 2018-03-11 22:37 (UTC) | 
| Last Updated: | 2025-04-30 20:43 (UTC) | 
Latest Comments
sxw commented on 2020-12-18 22:22 (UTC)
@anntzer Sorry for the late reply. You are right. Thanks for pointing that out. Should be fixed in R2. Please have a look.
anntzer commented on 2020-12-17 00:55 (UTC) (edited on 2020-12-17 00:55 (UTC) by anntzer)
The resulting pkg-config file (/usr/lib/pkgconfig/xtensor.pc) is incorrect: it hardcodes ${pkgdir}/usr as prefix, not the actual install prefix (/usr). (The xtl package suffers from the same issue.)
anntzer commented on 2019-05-12 09:20 (UTC)
nlohmann-json should be optional since https://github.com/QuantStack/xtensor/pull/1001 (so a bit after your previous message).
sxw commented on 2018-05-21 18:13 (UTC)
@alfagalileo Done. I don't know in how far nlohmann-json is involved. It seems optional but I saw cmake complaining about it, so I added it too.
alfagalileo commented on 2018-05-11 21:24 (UTC)
Hi sxw!, please add xtl as dependence.