Skip to content

Commit

Permalink
refactor: Fixed linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NelDav committed Nov 24, 2023
1 parent 4942f09 commit 3bbbbb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions recipes/cantera/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ class canteraRecipe(ConanFile):
tool_requires="scons/4.3.0"

# Metadata
author = ("David G. Goodwin", "Harry K. Moffat", "Ingmar Schoegl", "Raymond L. Speth", "Bryan W. Weber")
url = "https://github.com/Cantera/cantera"
description = "Cantera is an open-source collection of object-oriented software tools for problems involving chemical kinetics, thermodynamics, and transport processes."
license = "LicenseRef-Cantera"
homepage = "https://www.cantera.org/"
topics = ("chemical kinetics", "combustion", "thermodynamics", "reacting flows", "catalysis", "electrochemistry")
url = "https://github.com/conan-io/conan-center-index"

# Binary configuration
settings = "os", "compiler", "build_type", "arch"

# Sources are located in the same place as this recipe, copy them to the recipe
exports_sources = "cantera/SConstruct", "cantera/src/*", "cantera/include/*", "cantera/site_scons/*", "cantera/interfaces/*", "cantera/platform/*", "cantera/ext/*", "cantera/data/*", "cantera/License.txt", "FindCantera.cmake", "Kerosine5Step.yaml"

# Define config variables
scons_extra_inc_dirs = []
scons_extra_lib_dirs = []
Expand Down
2 changes: 1 addition & 1 deletion recipes/cantera/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ find_package(cantera REQUIRED)

add_executable(test_package test_package.cpp)
target_link_libraries(test_package PUBLIC cantera::cantera)
target_compile_features(test_package PRIVATE cxx_std_11)
target_compile_features(test_package PRIVATE cxx_std_11)
2 changes: 1 addition & 1 deletion recipes/cantera/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
versions:
"v3.0.0":
"3.0.0":
folder: all

0 comments on commit 3bbbbb3

Please sign in to comment.