Search Criteria
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: | |
Submitter: | geosam |
Maintainer: | geosam |
Last Packager: | geosam |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2013-06-17 01:01 |
Last Updated: | 2018-01-22 04:11 |
Dependencies (3)
- gdal (gdal-curl, gdal-filegdb, gdal-hdf4, gdal-ecw)
- cmake (cmake-git) (make)
- openmpi (openmpi-git, openmpi3, openmpi-gcc8, openmpi-gcc9, openmpi-cuda) (make)
Latest Comments
Phigger commented on 2020-11-19 08:58
The software won't compile :
dreieck commented on 2019-08-04 16:27
taudem
installs files to/usr/local
, which it should not. Please modify thePKGBUILD
such that it installs to/usr
.It creates the following at
/usr/local
:geosam commented on 2015-07-28 10:41
@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
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
@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
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
Please upload the new version to aur4.
EmptyCup commented on 2015-05-06 13:08
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.