Files
libecpint/_service
Atri Bhattacharya d7136dedbc Accepting request 1164375 from home:kwk:branches:science
- Update to version v1.0.7+git20230218.8e788d4:
  * cmake: migrate C++ standard to targets (#59)
  * Bump version to 1.0.7 for release
  * cerf instead of Faddeeva (#55)
  * misc. build changes (#52)
  * Update CMakeLists.txt.in (#54)
  * Do not use `#cmakedefine` for `LIBECPINT_MAX_UNROL` (#50)
  * Pass `${CMAKE_CXX_COMPILER}` to pugixml (#49)
  * Install libpugixml.a as well (#48)
  * Fix quotation (#47)
  * Avoids gtest installation, which is only required for tests (#46)

OBS-URL: https://build.opensuse.org/request/show/1164375
OBS-URL: https://build.opensuse.org/package/show/science/libecpint?expand=0&rev=19
2024-04-12 15:11:54 +00:00

18 lines
623 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/robashaw/libecpint.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<param name="file">libecpint*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">libecpint</param>
</service>
</services>