Package Details: taudem 5.3.8-1

Git Clone URL: https://aur.archlinux.org/taudem.git (read-only, click to copy)
Package Base: taudem
Description: TauDEM (Terrain Analysis Using Digital Elevation Models) is a suite of Digital Elevation Model (DEM) tools for the extraction and analysis of hydrologic information from topography as represented by a DEM.
Upstream URL: http://hydrology.uwrl.usu.edu/taudem
Keywords: GeoSpatial GIS Hidrology
Licenses: GPL
Submitter: geosam
Maintainer: geosam
Last Packager: geosam
Votes: 6
Popularity: 0.000000
First Submitted: 2013-06-17 01:01 (UTC)
Last Updated: 2018-01-22 04:11 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

<deleted-account> commented on 2020-11-19 08:58 (UTC)

The software won't compile :

In file included from streamnet.cpp:46:
linklib.h: In function 'bool sendLink(int32_t, int)':
linklib.h:281:2: error: static assertion failed: MPI_Type_extent was removed in MPI-3.0.  Use MPI_Type_get_extent instead.
  281 |  MPI_Type_extent(MPI_LONG, &extent);
      |  ^~~~~~~~~~~~~~~
linklib.h:286:2: error: static assertion failed: MPI_Type_struct was removed in MPI-3.0.  Use MPI_Type_create_struct instead.
  286 |  MPI_Type_struct(2,blockcounts,offsets,oldtypes,&PointType);
      |  ^~~~~~~~~~~~~~~
linklib.h: In function 'bool recvLink(int)':
linklib.h:349:2: error: static assertion failed: MPI_Type_extent was removed in MPI-3.0.  Use MPI_Type_get_extent instead.
  349 |  MPI_Type_extent(MPI_LONG, &extent);
      |  ^~~~~~~~~~~~~~~
linklib.h:354:2: error: static assertion failed: MPI_Type_struct was removed in MPI-3.0.  Use MPI_Type_create_struct instead.
  354 |  MPI_Type_struct(2,blockcounts,offsets,oldtypes,&PointType);

dreieck commented on 2019-08-04 16:27 (UTC)

taudem installs files to /usr/local, which it should not. Please modify the PKGBUILD such that it installs to /usr.

It creates the following at /usr/local:

/usr/local/
/usr/local/bin/
/usr/local/bin/aread8
/usr/local/bin/areadinf
/usr/local/bin/connectdown
/usr/local/bin/d8flowdir
/usr/local/bin/d8flowpathextremeup
/usr/local/bin/d8hdisttostrm
/usr/local/bin/dinfavalanche
/usr/local/bin/dinfconclimaccum
/usr/local/bin/dinfdecayaccum
/usr/local/bin/dinfdistdown
/usr/local/bin/dinfdistup
/usr/local/bin/dinfflowdir
/usr/local/bin/dinfrevaccum
/usr/local/bin/dinftranslimaccum
/usr/local/bin/dinfupdependence
/usr/local/bin/dropanalysis
/usr/local/bin/gagewatershed
/usr/local/bin/gridnet
/usr/local/bin/lengtharea
/usr/local/bin/moveoutletstostrm
/usr/local/bin/peukerdouglas
/usr/local/bin/pitremove
/usr/local/bin/slopearea
/usr/local/bin/slopearearatio
/usr/local/bin/slopeavedown
/usr/local/bin/streamnet
/usr/local/bin/threshold

geosam commented on 2015-07-28 10:41 (UTC)

@Alister.Hood I made the change. Thanks for the information since I did not know this option in PKGBUILD.

Alister.Hood commented on 2015-07-28 06:00 (UTC)

Sorry, I should have explained what I meant. It is possible to rename the source when it is downloaded, by using a syntax like this: source="${pkgname}-${pkgver}.zip::https://github.com/rozos/TauDEM-QGIS/archive/master.zip"

geosam commented on 2015-07-28 02:05 (UTC)

@Alister.Hood I requested the author of TauDEM-QGIS create a release of TauDEM version 5.1.2[1], by now I solved the version download assigning the last commit. [1] https://github.com/rozos/TauDEM-QGIS/issues/1

Alister.Hood commented on 2015-07-27 10:12 (UTC)

But please rename and version the source, for the sake of people using aur helpers ("master.zip" might clash with other software or other versions).

Alister.Hood commented on 2015-07-27 10:09 (UTC)

Please upload the new version to aur4.

EmptyCup commented on 2015-05-06 13:08 (UTC)

Makepkg complains that files are missing and unzip should be a dependency if the build() uses it. TauDEM 5.1.2 is the latest version.