Package Details: molden 7.3-5

Git Clone URL: https://aur.archlinux.org/molden.git (read-only, click to copy)
Package Base: molden
Description: A program for molecular and electronic structure visualization
Upstream URL: https://www.theochem.ru.nl/molden/
Keywords: molecular visualisation
Licenses: custom
Provides: molden
Submitter: dan.maftei
Maintainer: banana-bred
Last Packager: banana-bred
Votes: 7
Popularity: 0.001162
First Submitted: 2016-06-07 09:53 (UTC)
Last Updated: 2024-09-09 17:41 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

spinnau commented on 2024-09-09 05:43 (UTC)

This build error is caused, as libxmu is missing as a makedepend.

Quantus commented on 2024-08-09 01:25 (UTC)

I'm using Arch, and also encounter the same error: make: *** [makefile:320: docker/docker] Error 2

banana-bred commented on 2024-07-30 02:01 (UTC)

@cidig in the PKGBUILD, you can change the line

make -k 

in the build() function to

make -k VERBOSE=1

and see what kind of output you get in the build.

cidig commented on 2024-07-29 11:52 (UTC)

I can't compile it on Manjaro. The compilation returns:

make: *** [makefile:320: docker/docker] Error 2

It used to work. What information can I provide to help more?

banana-bred commented on 2024-03-17 20:56 (UTC)

@David01 the FTP site seems to be back up.

David01 commented on 2024-03-10 09:28 (UTC)

@banana-bred Many thanks, truly, and for maintaining the package here. Let me know if there is any progress

banana-bred commented on 2024-03-08 17:10 (UTC)

@David01 looks like the ftp site containing the different builds is inaccessible. I've messaged the only email I found on the upstream URL (now correctly included in the PKGBUILD); hopefully this gets resolved soon.

David01 commented on 2024-03-08 08:45 (UTC)

Hi, I'm sorry in advance for raising this question but when yay -S molden one gets:

==> ERROR: Failure while downloading https://ftp.science.ru.nl/Molden/molden7.3.tar.gz

3yan commented on 2022-10-03 09:27 (UTC)

For anyone who may be interested - fix to get to 6.9:

diff --git a/PKGBUILD b/PKGBUILD
index 69f1e2a..044f4c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Dan Maftei <dan.maftei@gmail.com>
 pkgname="molden"
-pkgver=6.7
+pkgver=6.9
 pkgrel=1
 pkgdesc="A program for molecular and electronic structure visualization"
 arch=('i686' 'x86_64')
@@ -28,10 +28,10 @@ options=()
 install=
 changelog=
 source=(
-    "ftp://ftp.cmbi.umcn.nl/pub/molgraph/molden/$pkgname$pkgver.tar.gz"
+    "https://ftp.science.ru.nl/Molden/$pkgname$pkgver.tar.gz"
 )   
 noextract=()
-md5sums=('65d2f8fbdb2800e48bb0e12c814dfcd5')
+md5sums=('3551167d2853e5a6b3379edf74e81f1f')

 build() {
   cd "molden$pkgver"
@@ -50,6 +50,6 @@ package() {
   cd "molden$pkgver"
   install -t "$pkgdir/usr/bin/"  -Dm755 bin/{molden,gmolden,ambfor,ambmd,surf}
   install -t "$pkgdir/usr/share/doc/$pkgname" -Dm755 doc/figures.ps.Z  doc/manual.ps.Z doc/manual.txt.Z  
-  install -t "$pkgdir/usr/share/licenses/$pkgname/" -Dm755 CopyRight COMMERCIAL_LICENSE REGISTER         
+  install -t "$pkgdir/usr/share/licenses/$pkgname/" -Dm755 CopyRight MOLDEN_COMMERCIAL_LICENSE REGISTER
 }

gl & hf

berquist commented on 2020-11-07 16:54 (UTC)

@mib1982 If you apply the diff, that problem is solved.