Skip to content

Instantly share code, notes, and snippets.

@pmandreoli
Created July 1, 2021 09:41
Show Gist options
  • Select an option

  • Save pmandreoli/b15f5dfe7665019a23ba6554d686763e to your computer and use it in GitHub Desktop.

Select an option

Save pmandreoli/b15f5dfe7665019a23ba6554d686763e to your computer and use it in GitHub Desktop.
{% set name = "mocoloco" %}
{% set version = "1" %}
{% set sha256 = "5c2de6ea843b98e8f384b96ec5274a7bfeb7a199dd19e3f607e207316b4e7cc0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
git_url: https://github.com/EMoreschi/MocoLoco.git
build:
number: 0
requirements:
build:
- {{ compiler('cxx') }}
- libgcc
- unzip
- GSL
- zlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment