Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions easybuild/easyconfigs/m/Mathematica/Mathematica-14.2.1.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = 'Mathematica'
version = '14.2.1'

homepage = 'https://www.wolfram.com/mathematica'
description = """Mathematica is a computational software program used in many scientific, engineering, mathematical
and computing fields."""

toolchain = SYSTEM

sources = ['Wolfram_%(version)s_BNDL_LIN.sh']
checksums = ['0dc65b7adaf9c0ede2fc391c860a6c5b74461df6b53ec940e1f2be6d143af018']
download_instructions = f"""{name} requires manual download from {homepage}
Required download: {' '.join(sources)}"""

# ### License Configuration
# To use Mathematica, a license server must be specified. There are two options:
# 1. **Environment Variable (Recommended)**: Set the `EB_MATHEMATICA_LICENSE_SERVER` environment variable with
# your license server information
# 2. **Direct Definition**: Define the license server directly in this configuration file below this comment
# license_server = 'license.example.com'

moduleclass = 'math'