Skip to content

Commit

Permalink
Merge pull request easybuilders#21055 from branfosj/20240725152223_ne…
Browse files Browse the repository at this point in the history
…w_pr_Platypus-Opt120

{math}[foss/2022b] Platypus-Opt v1.2.0
  • Loading branch information
migueldiascosta authored Jul 26, 2024
2 parents b92d2c4 + 4ad0b74 commit ad3de15
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
easyblock = 'PythonPackage'

name = 'Platypus-Opt'
version = '1.2.0'

homepage = 'https://github.com/Project-Platypus/Platypus'
description = """Platypus is a framework for evolutionary computing in Python with a focus on
multiobjective evolutionary algorithms (MOEAs)."""

toolchain = {'name': 'foss', 'version': '2022b'}

sources = [SOURCE_TAR_GZ]
checksums = ['f7150de2e24f8003c911259c575493c9351a7dcfb132445a3f3b096728634e6a']

dependencies = [
('Python', '3.10.8'),
('SciPy-bundle', '2023.02'),
('mpi4py', '3.1.4'),
]

download_dep_fail = True
use_pip = True
sanity_pip_check = True

options = {'modulename': 'platypus'}

moduleclass = 'math'

0 comments on commit ad3de15

Please sign in to comment.