Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Added recipe for fmilib-2.0.1 package
Browse files Browse the repository at this point in the history
  • Loading branch information
mutirri committed Jan 14, 2016
1 parent e53e8c2 commit fa53040
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions fmilib/bld.bat
@@ -0,0 +1 @@
%PYTHON% setup.py install || exit 1
8 changes: 8 additions & 0 deletions fmilib/build.sh
@@ -0,0 +1,8 @@
#!/bin/sh

mkdir build-fmil || exit 1;
pushd build-fmil || exit 1;

cmake -DFMILIB_INSTALL_PREFIX=${PREFIX} ../ || exit 1;
make install test || exit 1;

30 changes: 30 additions & 0 deletions fmilib/meta.yaml
@@ -0,0 +1,30 @@
package:
name: fmilib
version: 2.0.1

build:
number: 0

source:
fn: FMILibrary-2.0.1-src.zip # [unix]
fn: FMILibrary-2.0.1-win32.zip # [win]
url: http://www.jmodelica.org/downloads/FMIL/FMILibrary-2.0.1-src.zip # [unix]
url: http://www.jmodelica.org/downloads/FMIL/FMILibrary-2.0.1-win32.zip # [win]

requirements:
build:
- zlib
- cmake >=2.8.4
- expat

run:
- expat

#test:
# command:
# -

about:
home: http://www.jmodelica.org/FMILibrary
license: BSD
summary: Package written in C that enables integration of Functional Mock-up Units

0 comments on commit fa53040

Please sign in to comment.