Skip to content

Commit 28c9e89

Browse files
committed
Update modules.
1 parent 37726f4 commit 28c9e89

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
--
2+
-- Pelican v7.25.0 modulefile
3+
--
4+
-- "URL: https://pelicanplatform.org"
5+
-- "Category: Data Federation"
6+
-- "Description: Pelican is an open-source software platform for building data federations that works by connecting a broad range of data repositories under a unified architecture. Whether data lives on a POSIX filesystem, in S3, or behind an HTTP server, Pelican aims to bring this data together and simplify its access by abstracting away the need to know where it comes from."
7+
-- "Keywords: data federation"
8+
9+
whatis("Name: Pelican")
10+
whatis("Version: 7.25.0")
11+
whatis("Category: Data Federation")
12+
whatis("URL: https://pelicanplatform.org")
13+
whatis("Description: Pelican is an open-source software platform for building data federations that works by connecting a broad range of data repositories under a unified architecture. Whether data lives on a POSIX filesystem, in S3, or behind an HTTP server, Pelican aims to bring this data together and simplify its access by abstracting away the need to know where it comes from.")
14+
15+
help([[Pelican 7.25.0
16+
-------------
17+
18+
Description
19+
-------------
20+
Pelican is an open-source software platform for building data federations that works by connecting a broad range of data repositories under a unified architecture.
21+
22+
Whether data lives on a POSIX filesystem, in S3, or behind an HTTP server, Pelican aims to bring this data together and simplify its access by abstracting away the need to know where it comes from.
23+
24+
]])
25+
26+
local package = "Pelican"
27+
local version = "7.25.0"
28+
local base = pathJoin("/apps/anvil/external/apps/pelican/")
29+
local ver_base = pathJoin(base,version)
30+
31+
prepend_path("PATH",ver_base)
32+
33+
34+
35+
36+

0 commit comments

Comments
 (0)