--- aegis-4.24/script/aeintegratq.in 2008-03-14 07:19:27.000000000 +0100 +++ aegis-4.24/script/aeintegratq.in 2014-01-26 16:08:22.000000000 +0100 @@ -49,13 +49,14 @@ # # @configure_input@ # +use File::Temp qw/ tempdir /; # Grab useful locations from configure $BinDir = "@bindir@"; # configure does not expand @comdir@ directly so use sharedstatedir $ComDir = "@sharedstatedir@"; # Configure additions? -$TmpDir = "/var/tmp"; +$TmpDir = tempdir(); # base mail program that takes all info (to: subj: etc) on stdin $SendMail = "/usr/lib/sendmail"; # Define the preferred integration host type='hidden' name='id' value='9d4c16350ef287159455c326ce2c777f36e70763'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/graph.scm
AgeCommit message (Expand)Author
2021-07-20gnu: python-graph-tool: Sort inputs alphabetically....* gnu/packages/graph.scm (python-graph-tool)[native-inputs]: Sort alphabetically. [inputs]: Same. [propagated-inputs]: Same. Efraim Flashner
2021-07-20gnu: python-graph-tool: Update to 2.43....* gnu/packages/graph.scm (python-graph-tool): Update to 2.43. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Alexandre Hannud Abdo
2021-06-29gnu: python2-plotly: Remove package....* gnu/packages/graph.scm (python2-plotly): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun
2021-05-15gnu: Add python-graph-tool....* gnu/packages/graph.scm (python-graph-tool): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Alexandre Hannud Abdo
2021-04-25gnu: Add python-louvain 0.15....* gnu/packages/graph.scm (python-louvain): Rename variable to python-louvain-0.6. (python-louvain): New variable. * gnu/packages/bioinformatics.scm (python-scanpy)[propagated-inputs]: Use python-louvain-0.6. Co-authored-by: Leo Famulari <leo@famulari.name> Vinicius Monego
2021-03-04gnu: python-plotly: Allow test phase to be skipped....* gnu/packages/graph.scm (python-plotly)[arguments]: Wrap custom 'check phase tests with test with tests? keyword. Efraim Flashner
2021-03-04gnu: python-plotly: Update to 4.14.3....* gnu/packages/graph.scm (python-plotly): Update to 4.14.3. [propagated-inputs]: Remove python-decorator. Add python-ipython, python-pillow. Move python-ipywidgets, python-xarray ... [native-inputs]: ... to here. Efraim Flashner
2020-11-26gnu: igraph: Omit static library....* gnu/packages/graph.scm (igraph)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice
2020-11-26gnu: igraph: Update to 0.8.4....* gnu/packages/graph.scm (igraph): Update to 0.8.4. Tobias Geerinckx-Rice