Search Criteria
Package Details: ltspice 17.20211222.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ltspice.git (read-only, click to copy) |
---|---|
Package Base: | ltspice |
Description: | SPICE simulator, schematic capture and waveform viewer. Installation based on Field Update Utility. |
Upstream URL: | http://www.linear.com/designtools/software/ |
Keywords: | simulation spice wine |
Licenses: | custom |
Submitter: | M4a1x |
Maintainer: | None |
Last Packager: | jhbruhn |
Votes: | 33 |
Popularity: | 0.019247 |
First Submitted: | 2015-07-08 21:35 (UTC) |
Last Updated: | 2021-12-25 18:15 (UTC) |
Dependencies (7)
- wine (wine-valveAUR, wine-stable-nextAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-ge-customAUR, wine-gitAUR, wine-staging-gitAUR, wine-wow64AUR, wine-staging-wow64AUR, wine-tkg-staging-wow64-binAUR, wine-cachyosAUR, wine-staging)
- cksfv (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- icoutils (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
Latest Comments
1 2 3 4 5 Next › Last »
c0d3z3r0 commented on 2023-11-01 15:50 (UTC)
Patch for updating to newer non-roman version 17.x.x. Changes: - Drop _download et al. like flaviut did - Adapt dependencies - Make use of msiextract (7z not working any more) - Rework versioning (Changelog only contains data version; there is a json file now for the ltspice version) - Change wine path to .local/share/wineprefixes/ltspice - some additional cleanup
flaviut commented on 2023-08-30 21:37 (UTC)
7za e LTspice64.msi
works well for extracting MSIs. I stripped out a lot that I don't understand from the package, but this seems to work OK:k1ngjulien commented on 2023-07-02 22:29 (UTC) (edited on 2023-07-02 22:30 (UTC) by k1ngjulien)
Alright I've played around a bit and I'm yet to find a good way to run the installer MSI automatically without user input. Any suggestions would be great.
As a solid workaround, I have been able to install the latest LTSpice version and run all the updates with no issues using Play on Linux.
Just use the "Install a non-listed program" option when installing.
k1ngjulien commented on 2023-06-28 15:47 (UTC)
It seems the "Web Sync" update process only works when running lt spice as root. as non root i always get "Trouble installing file .\lib\sub\LT3013.lib" after it loads the changelog and checks my local library
Once i've run it as root, the update succedes as a user as well, saying there's nothing to do.
Seems like a simple permission issue, like the updater not being allowed to write the data where it wants.
hrm commented on 2023-04-22 18:05 (UTC)
Hi! After upgrade of the package the new version is not set properly, triggering perpetual upgrades every time I use my AUR helper.
abd commented on 2023-04-22 06:28 (UTC)
is there another minimal installation configuration ?
this's painful to anyone has cheap, low quality ISP subscription
jhbruhn commented on 2021-12-25 18:06 (UTC)
@dreieck: This PKGBUILD is the best I could come up with. Analog Devices unfortunately only provide an installer which can't be used for silent installs, so to build this package, I am using LTSpices internal update interface. Unfortunately, Analog does not want to provide any information how it works, and updates are not versioned so adding sources to this PKGBUILD could lead to a PKGBUILD which can't be build one day after publishing. One could make a tool though, which builds a PKGBUILD for the most recent version, but that just leads to a similar implementation to this package.
I'll try to enable verbose logging in curl so errors like these can be caught more easily. I'm guessing it is due to timeouts, although I already set the timeout-limit pretty high (for my taste at least).
dreieck commented on 2021-12-25 15:38 (UTC)
@Recognition: For me download of
XVIIx86.exe
finishes after some time, it seems to be big. A hint to the maintainer: Maybe you add a download progress meter?dreieck commented on 2021-12-25 14:53 (UTC) (edited on 2021-12-25 15:39 (UTC) by dreieck)
Is it possible to provide checksum verification for the stuff downloaded in
prepare()
?From a quick glimpse over the
PKGBUILD
you seem to to such thing, but anyway it seems that I got an empty file during a download and that is not recognised andbuild()
then fails on it, so somehow this is not properly working. (That might also be a security issue since an attacker can just palm off "evil" files on the download.)In the download, I get errors, which might be due to timeout because of slow internet connection, but I don't know since no reason is given (→ this is a suggestion to add verbose error reporting):
Couriosly, build succeeded anyway on the second try (which did produce above download error messages).
Thanks for maintaining!
Recognition commented on 2021-09-05 10:05 (UTC)
Hangs at Download Progress: 10060/10060 (XVIIx86.exe) Anybody have the same issue?
1 2 3 4 5 Next › Last »