1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/math/py-mixsimulator/Makefile
Sunpoet Po-Chuan Hsieh e2b9baf043 Add py-mixsimulator 0.2.9.5
MixSimulator is an application with an optimization model for calculating and
simulating the least cost of an energy mix under certain constraints. The
optimizers used are based on the Nevergrad library.

The primary objective of the simulator is to study the relevance of an energy
mix connected to each Inter-connected Grid through the coefficient of usage of
each unit in the production cost.

WWW: https://github.com/Foloso/MixSimulator
2020-11-09 17:34:46 +00:00

21 lines
426 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= mixsimulator
PORTVERSION= 0.2.9.5
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Calculate and simulate the least cost of an energy mix under constraints
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>