Search Criteria
Package Details: insect 5.8.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/insect.git (read-only, click to copy) |
---|---|
Package Base: | insect |
Description: | High precision scientific calculator with support for physical units |
Upstream URL: | https://github.com/sharkdp/insect |
Keywords: | calculator command-line mathematical-expressions parser physics quantities units |
Licenses: | MIT |
Submitter: | sharkdp |
Maintainer: | sharkdp |
Last Packager: | sharkdp |
Votes: | 21 |
Popularity: | 0.003201 |
First Submitted: | 2017-04-30 19:13 (UTC) |
Last Updated: | 2022-12-28 12:35 (UTC) |
Latest Comments
1 2 Next › Last »
Derson5 commented on 2022-03-26 14:57 (UTC)
Sorry @sharkdp if this a spam comment, but is really
npm
needed as dependency or could it be only asmakedepends
? I'm just curious.sharkdp commented on 2021-07-05 15:52 (UTC)
Thank you aulonsal. This should be fixed in 5.6.0-2.
aulonsal commented on 2021-06-28 06:09 (UTC) (edited on 2021-06-28 06:09 (UTC) by aulonsal)
The
--user root
option has been dropped in npm v7 and it now just installs a package calledroot
when you do that. See https://www.reddit.com/r/archlinux/comments/o3y03g/i_adopted_10_nodejs_aur_packages_that_conflict/ or https://bugs.archlinux.org/task/69912.Please replace it with calling
chown -R root:root "${pkgdir}"
at the end of thepackage
function, as mentioned on the updated https://wiki.archlinux.org/title/Node.js_package_guidelines page.sharkdp commented on 2020-09-27 12:30 (UTC)
Starting with 5.5.0, all PureScript make dependencies are not needed anymore. Installation should be much easier now.
teohhanhui commented on 2020-05-22 23:36 (UTC) (edited on 2020-05-22 23:37 (UTC) by teohhanhui)
nodejs-pulp still has bower in
makedepends
.sharkdp commented on 2020-01-25 22:27 (UTC)
Starting with the latest version, bower is not needed anymore.
sharkdp commented on 2019-12-22 17:39 (UTC)
The installation should be fixed.
sharkdp commented on 2019-10-13 10:37 (UTC)
Thank you for reporting this. If anybody know how to fix this, please help out at https://github.com/sharkdp/insect/issues/209
Wild_Penguin commented on 2019-10-03 16:13 (UTC) (edited on 2019-10-03 16:17 (UTC) by Wild_Penguin)
Does not build here. Not sure what is going on:
Builds suucesfully, but fails at browserifying.
sharkdp commented on 2019-07-04 20:47 (UTC)
I hope that the issue is fixed in 5.1.2. Insect will now be built from source. I don't think we need bower as a build-dependency as it will be installed via
npm
.1 2 Next › Last »