Skip to content

Commit

Permalink
Prepare 1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <geoffroy.jamgotchian@rte-france.com>
  • Loading branch information
geofjamg committed Apr 21, 2022
1 parent 14f50c6 commit 4043ac2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
}
- {
name: macos,
os: macos-latest,
os: macos-10.15,
artifact_name: libmath.dylib,
artifact_path: osx_64
}
- {
name: windows,
os: windows-latest,
os: windows-2019,
artifact_name: math.dll,
artifact_path: windows_64/Release
}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ExternalProject_Add(suitesparse
-DBUILD_METIS_DEFAULT=OFF
)

set(SUITE_SPARSE_LIB_DIR ${THIRD_PARTY_DIR}/suitesparse/${CMAKE_INSTALL_LIBDIR})
set(SUITE_SPARSE_LIB_DIR ${THIRD_PARTY_DIR}/suitesparse/lib)
set(SUITE_SPARSE_LIB_PREFIX lib)
set(SUITE_SPARSE_LIB_POSTFIX ${CMAKE_STATIC_LIBRARY_SUFFIX})
if ("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</parent>

<artifactId>powsybl-math-native</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>Math native</name>
Expand Down

0 comments on commit 4043ac2

Please sign in to comment.