mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 04:47:57 -05:00
Merge branch 'master' of https://github.com/coolprop/coolprop
This commit is contained in:
@@ -147,7 +147,6 @@ if (COOLPROP_STATIC_LIBRARY)
|
||||
list(APPEND APP_SOURCES "${CMAKE_SOURCE_DIR}/src/CoolPropLib.cpp")
|
||||
add_library(${app_name} STATIC ${APP_SOURCES})
|
||||
add_dependencies (${app_name} generate_headers)
|
||||
set_target_properties (${app_name} PROPERTIES COMPILE_FLAGS "${COMPILE_FLAGS} -DCOOLPROP_LIB -DCONVENTION=__cdecl")
|
||||
install (TARGETS ${app_name} DESTINATION static_library/${CMAKE_SYSTEM_NAME})
|
||||
endif()
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ CoolProp is an open-source database of fluid and humid air properties, formulate
|
||||
:maxdepth: 2
|
||||
|
||||
citation.rst
|
||||
online/index.rst
|
||||
fluid_properties/contents.rst
|
||||
coolprop/contents.rst
|
||||
apidoc/modules.rst
|
||||
|
||||
@@ -10,4 +10,4 @@ This section includes information about the CoolProp software, listings of input
|
||||
wrappers/wrappers.rst
|
||||
HighLevelAPI.rst
|
||||
LowLevelAPI.rst
|
||||
changelog.rst
|
||||
changelog.rst
|
||||
|
||||
@@ -8,25 +8,23 @@ CoolProp at its core is a C++ library, but it can be of interest to use this cod
|
||||
|
||||
Downloads and instructions for each wrapper are included in the page for the wrapper given in the table below.
|
||||
|
||||
Superpacks are available at XXXXXXX which include all the code for a given operating system.
|
||||
|
||||
======================= =========================== =======================================
|
||||
Language Operating Systems Notes
|
||||
======================= =========================== =======================================
|
||||
:ref:`Python <Python>` linux, OSX, win Wrapper is Cython based
|
||||
:ref:`Octave <Octave>` linux, OSX, win Wrapper is SWIG based
|
||||
:ref:`C# <Csharp>` linux, OSX, win Wrapper is SWIG based
|
||||
:ref:`MATLAB <MATLAB>` linux, OSX, win Wrapper is SWIG based (VERY experimental)
|
||||
:ref:`Java <Java>` linux, OSX, win Wrapper is SWIG based
|
||||
Scilab linux, OSX, win Wrapper is SWIG based (experimental)
|
||||
Modelica linux, OSX, win
|
||||
Javascript linux, OSX, win Also works in all internet browsers
|
||||
Maple
|
||||
Mathematica
|
||||
FORTRAN linux, OSX, win
|
||||
:ref:`EES <EES>` windows only
|
||||
Microsoft Excel windows only
|
||||
======================= =========================== =======================================
|
||||
======================================= =========================== =======================================
|
||||
Language Operating Systems Notes
|
||||
======================================= =========================== =======================================
|
||||
:ref:`Python <Python>` linux, OSX, win Wrapper is Cython based
|
||||
:ref:`Octave <Octave>` linux, OSX, win Wrapper is SWIG based
|
||||
:ref:`C# <Csharp>` linux, OSX, win Wrapper is SWIG based
|
||||
:ref:`MATLAB <MATLAB>` linux, OSX, win Wrapper is SWIG based (VERY experimental)
|
||||
:ref:`Java <Java>` linux, OSX, win Wrapper is SWIG based
|
||||
:ref:`Scilab <Scilab>` linux, OSX, win Wrapper is SWIG based (experimental)
|
||||
:ref:`Modelica <Modelica>` linux, OSX, win
|
||||
:ref:`Javascript <Javascript>` cross-platform Also works in all internet browsers
|
||||
:ref:`Maple <Maple>` linux, OSX, win,
|
||||
:ref:`Mathematica <Mathematica>`
|
||||
:ref:`FORTRAN <FORTRAN>` linux, OSX, win
|
||||
:ref:`EES <EES>` windows only
|
||||
:ref:`Microsoft Excel <Excel>` windows only
|
||||
======================================= =========================== =======================================
|
||||
|
||||
.. _wrapper_common_prereqs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user