Package Details: gwyddion 2.65-2

Git Clone URL: https://aur.archlinux.org/gwyddion.git (read-only, click to copy)
Package Base: gwyddion
Description: A data visualization and processing tool for scanning probe miscroscopy (SPM, i.e. AFM, STM, MFM, SNOM/NSOM, ...) and profilometry, useful also for general image and 2D data analysis
Upstream URL: http://gwyddion.net/
Licenses: GPL
Submitter: sirocco
Maintainer: sirocco
Last Packager: sirocco
Votes: 28
Popularity: 0.062805
First Submitted: 2008-11-30 12:29 (UTC)
Last Updated: 2024-04-09 06:03 (UTC)

Dependencies (18)

Required by (1)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

James-T commented on 2020-10-12 15:40 (UTC)

Attempting to build on Manjaro gives the errors below

/usr/bin/mkdir -p '/home/james/.cache/yay/gwyddion/pkg/gwyddion/usr/lib/gwyddion/perl/Gwyddion'
/usr/bin/install: cannot stat 'Gwyddion::dump.3pm': No such file or directory
make[2]: *** [Makefile:655: install-data-local] Error 1
make[2]: *** Waiting for unfinished jobs....
 /usr/bin/install -c -m 644 Gwyddion/dump.pm '/home/james/.cache/yay/gwyddion/pkg/gwyddion/usr/lib/gwyddion/perl/Gwyddion'

Adding --without-perl sidesteps the problem.

sirocco commented on 2019-07-28 04:08 (UTC)

Added a patch to fix a compilation error with GCC 9. I did not change the pkgrel, as the package builded earlier works.

CoFeB commented on 2019-07-27 14:02 (UTC)

Update: It works using the latest nightly build version

CoFeB commented on 2019-07-27 11:33 (UTC)

Hi there,

I try to install Gwyddion via the AUR but get the following error, see below. Anyone out there with a good idea what's wrong? Thanks for the help!

gwyexpr.c: In function ‘gwy_expr_stack_interpret_vectors’: gwyexpr.c:446:43: error: ‘call_table’ not specified in enclosing ‘parallel’ 446 | call_table[code->type].function(&sp); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ gwyexpr.c:429:9: error: enclosing ‘parallel’ 429 | #pragma omp parallel if(gwy_threads_are_enabled()) default(none) \ | ^~~ make[3]: [Makefile:720: gwyexpr.lo] Error 1 make[3]: Leaving directory '/tmp/yaourt-tmp-myname/aur-gwyddion/src/gwyddion-2.53/libgwyddion' make[2]: [Makefile:595: all] Error 2 make[2]: Leaving directory '/tmp/yaourt-tmp-myname/aur-gwyddion/src/gwyddion-2.53/libgwyddion' make[1]: [Makefile:610: all-recursive] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-myname/aur-gwyddion/src/gwyddion-2.53' make: [Makefile:519: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build gwyddion.

sebfry commented on 2017-07-26 11:38 (UTC)

gconf is also needed as makedepends

marcin commented on 2017-05-19 07:20 (UTC)

Works well on current Monero. Thanks.

linux-ka commented on 2014-09-26 09:22 (UTC)

Could you please add the current patch to v2.38 http://gwyddion.net/download/2.38/gwyddion-2.38-stat-tool-save-crash.patch it might be irrelevant in v2.39

cebner commented on 2014-08-10 17:12 (UTC)

No problem installing with --without-perl added to configure. Still don't get why it doesn't work with perl. Maybe I'm missing some dependencies? Anyway, thanks for the help!

sirocco commented on 2014-08-10 14:04 (UTC)

The package is built without problems for me. Try to add --without-perl to configure.

cebner commented on 2014-08-05 18:15 (UTC)

Ok, thanks for the info. Here the English version of the output: for i in Gwyddion::dump.3pm; do \ /usr/bin/install -c -m 644 $i /tmp/yaourt-tmp/aur-gwyddion/pkg/gwyddion/usr/share/man/man3; \ done /usr/bin/install: cannot stat ‘Gwyddion::dump.3pm’: No such file or directory Makefile:620: recipe for target 'install-data-local' failed make[2]: *** [install-data-local] Error 1 make[2]: Leaving directory '/tmp/yaourt-tmp/aur-gwyddion/src/gwyddion-2.37/perl' Makefile:501: recipe for target 'install-am' failed make[1]: *** [install-am] Error 2 make[1]: Leaving directory '/tmp/yaourt-tmp/aur-gwyddion/src/gwyddion-2.37/perl' Makefile:592: recipe for target 'install-recursive' failed make: *** [install-recursive] Error 1