Package Details: dssat-csm-os-git v4.8.5.17.r0.g1b2e4ce4-1

Git Clone URL: https://aur.archlinux.org/dssat-csm-os-git.git (read-only, click to copy)
Package Base: dssat-csm-os-git
Description: The Cropping System Model (CSM) from the Decision Support System for Agrotechnology Transfer (DSSAT)
Upstream URL: https://github.com/DSSAT/dssat-csm-os
Licenses: custom
Conflicts: dssat-csm-os
Provides: dssat-csm-os
Submitter: mohitburkule
Maintainer: mohitburkule
Last Packager: mohitburkule
Votes: 1
Popularity: 0.066430
First Submitted: 2025-06-22 21:11 (UTC)
Last Updated: 2026-02-26 11:35 (UTC)

Pinned Comments

mohitburkule commented on 2025-09-17 11:49 (UTC) (edited on 2026-03-09 09:45 (UTC) by mohitburkule)

dscsm048 is the cmd to use dssat after installation ( 48 is due to current version being 4.8 , it might change to 49,50 and so on )

oneline to test your install

git clone --depth 1 https://github.com/DSSAT/dssat-csm-data.git dssat_test && cd dssat_test/Maize && ln -sf ../Weather/.WTH . && cp /DSSAT48/Genotype/MZCER048. . && cp /DSSAT48/StandardData/ . && ln -sf ../Soil/.SOL . 2>/dev/null && dscsm048 MZCER048 A UFGA8201.MZX

might also need this ( depending on your setup)

sudo ln -s /usr/share/dssat-csm-os-git/StandardData /usr/StandardData

Do not flag out of date unless there is a packaging change ( this is a -git package so the responsibility of reinstalling on a new version is on the user )

VCS packages are not considered out of date when the pkgver changes; do not flag them as the maintainer will merely unflag the package and ignore you. AUR maintainers should not commit mere pkgver bumps.

https://wiki.archlinux.org/title/Arch_User_Repository#Flagging_packages_out-of-date

To force a rebuild from the latest git commit (if using pikaur) : pikaur -S --rebuild dssat-csm-os-git

To check for updates properly during a system upgrade:

pikaur -Syu --devel

Latest Comments

mohitburkule commented on 2025-09-17 11:49 (UTC) (edited on 2026-03-09 09:45 (UTC) by mohitburkule)

dscsm048 is the cmd to use dssat after installation ( 48 is due to current version being 4.8 , it might change to 49,50 and so on )

oneline to test your install

git clone --depth 1 https://github.com/DSSAT/dssat-csm-data.git dssat_test && cd dssat_test/Maize && ln -sf ../Weather/.WTH . && cp /DSSAT48/Genotype/MZCER048. . && cp /DSSAT48/StandardData/ . && ln -sf ../Soil/.SOL . 2>/dev/null && dscsm048 MZCER048 A UFGA8201.MZX

might also need this ( depending on your setup)

sudo ln -s /usr/share/dssat-csm-os-git/StandardData /usr/StandardData

Do not flag out of date unless there is a packaging change ( this is a -git package so the responsibility of reinstalling on a new version is on the user )

VCS packages are not considered out of date when the pkgver changes; do not flag them as the maintainer will merely unflag the package and ignore you. AUR maintainers should not commit mere pkgver bumps.

https://wiki.archlinux.org/title/Arch_User_Repository#Flagging_packages_out-of-date

To force a rebuild from the latest git commit (if using pikaur) : pikaur -S --rebuild dssat-csm-os-git

To check for updates properly during a system upgrade:

pikaur -Syu --devel