Skip to content

Commit

Permalink
Fixed issues with mc, release was 4.8.32 not 4.8.33
Browse files Browse the repository at this point in the history
  • Loading branch information
icaoberg committed Dec 27, 2024
1 parent b4df326 commit 5611b93
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 4.8.33/Singularity → 4.8.32/Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ From: alpine:edge
SUPPORT [email protected]
REPOSITORY http://gitub.com/pscedu/singularity-mc
COPYRIGHT Copyright © 2021-2024 Pittsburgh Supercomputing Center. All Rights Reserved.
VERSION 4.8.33
VERSION 4.8.32

%post
apk update
Expand Down
2 changes: 1 addition & 1 deletion 4.8.33/build.sh → 4.8.32/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright © 2021-2024 Pittsburgh Supercomputing Center.
# All Rights Reserved.

IMAGE=singularity-mc-4.8.33.sif
IMAGE=singularity-mc-4.8.32.sif
DEFINITION=Singularity

if [ -f $IMAGE ]; then
Expand Down
2 changes: 1 addition & 1 deletion 4.8.33/mc → 4.8.32/mc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=4.8.33
VERSION=4.8.32
PACKAGE=mc
TOOL=$PACKAGE
DIRECTORY=$(dirname $0)
Expand Down
10 changes: 5 additions & 5 deletions 4.8.33/modulefile.lua → 4.8.32/modulefile.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
--
-- mc 4.8.33 modulefile
-- mc 4.8.32 modulefile
--
-- "URL: https://www.psc.edu/resources/software"
-- "Category: Other"
-- "Description: Midnight Commander (also known as mc) is a free cross-platform orthodox file manager and a clone of Norton Commander."

whatis("Name: mc")
whatis("Version: 4.8.33")
whatis("Version: 4.8.32")
whatis("Category: Other")
whatis("Description: Midnight Commander (also known as mc) is a free cross-platform orthodox file manager and a clone of Norton Commander.")

Expand All @@ -15,11 +15,11 @@ GNU Midnight Commander is a visual file manager, licensed under GNU General Publ
To load the module, type
> module load mc/4.8.33
> module load mc/4.8.32
To unload the module, type
> module unload mc/4.8.33
> module unload mc/4.8.32
Documentation
-------------
Expand All @@ -33,6 +33,6 @@ Tools included in this module are
]])

local package = "mc"
local version = "4.8.33"
local version = "4.8.32"
local base = pathJoin("/opt/packages",package,version)
prepend_path("PATH", base)
2 changes: 1 addition & 1 deletion 4.8.33/rbuild.sh → 4.8.32/rbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright © 2021-2024 Pittsburgh Supercomputing Center.
# All Rights Reserved.

IMAGE=singularity-mc-4.8.33.sif
IMAGE=singularity-mc-4.8.32.sif
DEFINITION=Singularity

if [ -f $IMAGE ]; then
Expand Down
5 changes: 5 additions & 0 deletions 4.8.32/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

tree .

singularity exec singularity-mc-4.8.32.sif mc --help
5 changes: 0 additions & 5 deletions 4.8.33/test.sh

This file was deleted.

0 comments on commit 5611b93

Please sign in to comment.