7
0
mirror of https://github.com/Minres/conan-recipes.git synced 2025-07-01 15:33:27 +02:00

Updated descriptions

This commit is contained in:
2017-10-28 18:07:51 +02:00
parent bfd0359354
commit 2f922aae4f
3 changed files with 11 additions and 4 deletions

View File

@ -5,7 +5,7 @@ class SeasocksConan(ConanFile):
name = "SystemC"
version = "2.3.2"
license = "Apache 2.0 License"
url = ""
url = "https://github.com/Minres/conan-recipes/blob/master/SystemC"
description = "SystemC is a set of C++ classes and macros which provide an event-driven simulation interface (see also discrete event simulation)."
settings = "os", "compiler", "build_type", "arch"
options = {"shared": [True, False], "stdcxx":[98,11,14]}