Commit 4728ca2b authored by Raghunandan Netrapalli Madhusudhan's avatar Raghunandan Netrapalli Madhusudhan
Browse files

Update recipe

parent 65121dd2
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ class MantleAPIConan(ConanFile):
                       "MantleAPI_TEST":False,
                       "commit_id_value": None}

    exports_sources = "*"
    no_copy_source = False
    short_paths = True
    commit = None
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ class UnitsConan(ConanFile):
                       "fPIC": True,
                       "units_Tests": False,
                        "commit_id_value": None}
    exports_sources = "*"
    no_copy_source = False
    short_paths = True
    commit = None
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ class YaseConan(ConanFile):
    options = {"shared": [True, False], "fPIC": [True, False], "yase_TEST": [True, False],"commit_id_value":[None, "ANY"]}
    default_options = {"shared": True, "fPIC": False, "yase_TEST": False,
                       "commit_id_value": None}
    exports_sources = "*"
    short_paths = True
    no_copy_source = False
    commit = None