Releases: issp-center-dev/StdFace
Releases · issp-center-dev/StdFace
v1.0.1
Release Notes for v1.0.1
Overview
This release introduces a new option for enabling or disabling testing within the CMake build system. This enhancement provides more flexibility in controlling the testing process during the build.
Changes
CMakeLists.txt
-
Added: A new CMake option
TestStdFace
to control the inclusion of testing-related code.option(TestStdFace "Enable testing" ON)
- Default Value:
ON
(Testing is enabled by default)
- Default Value:
-
Conditional Testing: The testing code is now included conditionally based on the
TestStdFace
option.if (TestStdFace) enable_testing() add_subdirectory(test) endif()
Impact
- Flexibility: Users now have the option to disable testing during the build process by setting
TestStdFace
toOFF
. - Default Behavior: The default behavior remains unchanged; testing is enabled unless explicitly disabled.
v1.0
What's Changed
- develop branch based on v0.5 by @k-ido in #33
- Fix cmake by @wistaria in #31
- Develop by @k-yoshimi in #34
- mod target_compile_definitions by @k-ido in #35
- Fix MACRO variables by @k-yoshimi in #36
- create library for each mode by @aoymt in #38
- Modify cmake files by @k-ido in #37
- add tests by @aoymt in #39
- Develop by @k-yoshimi in #40
New Contributors
Full Changelog: v0.5...v1.0
v0.5
v0.4
v0.3
Merge following PRs
- BugFix
- Kondo+greenr2k : 伝導電子サイトのインデックスが間違っていた PR#10
- cTPQ mode
- Others
- add Scalapack, NGPU to keywords for HPhi [PR#13] (#13)
What's Changed
- [BugFix] Kondo+greenr2k : 伝導電子サイトのインデックスが間違っていた by @mitsuaki1987 in #10
- Develop by @tmisawa in #11
- cTPQ フラグとInitialVecTypeのデフォルト値 by @mitsuaki1987 in #12
- add Scalapack, NGPU to keywords for HPhi by @k-ido in #13
- Add cTPQ comment to sample calcmod.def by @xrq-phys in #14
New Contributors
Full Changelog: v0.2...v0.3