HenrikBengtsson / CBI-software

A Scientific Software Stack for HPC (CentOS oriented)
https://wynton.ucsf.edu/hpc/software/software-repositories.html
5 stars 2 forks source link

make TMPDIR optional for installing software #43

Closed HenrikBengtsson closed 2 years ago

HenrikBengtsson commented 2 years ago

Currently, TMPDIR is a requirement:

https://github.com/HenrikBengtsson/CBI-software/blob/9addd04ddf60f3cff9f655c97a0b77fb167e7490/CBI/utils.mk#L25-L27

I think it's safe to relax this

  ifndef TMPDIR
    TMPDIR=/tmp
  endif