You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,25 +14,25 @@ The PGM methods are available through class `org.lfenergy.pgm.PowerGridModelC`.
14
14
15
15
To load the native library there are two options:
16
16
- on supported architectures, the library can be autoloaded using `PGMLoader.autoload()`
17
-
- on other architecture, you can build and load the library yourself using `System.load(...)`, and verify if you've loaded it correctly using `PGMLoader.verifyLoaded()`.
17
+
- on other architecture, you can build and load the library yourself using `System.load(...)`, and verify if you've loaded it correctly using `PGMLoader.check()`.
18
18
19
19
## Supported architectures
20
20
21
-
-Mac OS ARM64 (Apple with M1 chip and newer)
22
-
-Mac OS x86-64 (Apple with Intel chips)
23
-
- Linux ARM64 (e.g. Snapdragon CPU)
24
-
- Linux x86-64 (Intel, AMD, etc.)
25
-
- Windows x86-64 (Intel, AMD, etc.)
21
+
-macOS ARM64
22
+
-macOS x86-64
23
+
- Linux ARM64
24
+
- Linux x86-64
25
+
- Windows x86-64
26
26
27
27
28
28
## Checklist after creating a repository from this template
29
29
30
30
Update the following items manually before publishing your repository:
31
31
32
-
-[] Rename the repository and update all references in this file.
33
-
-[] Replace all `pgm-template-repo` references across the repository, especially in this README and REUSE.toml.
34
-
-[] Replace the project title and description in this README.
35
-
-[ ] Ensure all third-party licenses are present in [LICENSES](https://github.com/PowerGridModel/pgm-template-repo/tree/main/LICENSES).
32
+
-[x] Rename the repository and update all references in this file.
33
+
-[x] Replace all `pgm-template-repo` references across the repository, especially in this README and REUSE.toml.
34
+
-[x] Replace the project title and description in this README.
35
+
-[ ] Ensure all third-party licenses are present in [LICENSES](https://github.com/PowerGridModel/libpower-grid-model-java/tree/main/LICENSES).
36
36
37
37
### Optional checks
38
38
@@ -41,22 +41,22 @@ Change these if applicable.
41
41
-[ ] Replace Power Grid Model project-specific links (for example contributing, support, release, security, and code of conduct links)
42
42
with links for your project.
43
43
-[ ] Add logos and badges corresponding to relevant pages
44
-
-[ ] Verify [LICENSE](https://github.com/PowerGridModel/pgm-template-repo/blob/main/LICENSE) copyright holder and year(s).
44
+
-[ ] Verify [LICENSE](https://github.com/PowerGridModel/libpower-grid-model-java/blob/main/LICENSE) copyright holder and year(s).
45
45
Also verify SPDX copyright headers in source and documentation files.
46
46
-[ ] Include documents present in [Home page of PGM org](https://github.com/PowerGridModel/.github/) in documentation if they are created.
47
47
48
48
## License
49
49
50
50
This project is licensed under the Mozilla Public License, version 2.0 - see
51
-
[LICENSE](https://github.com/PowerGridModel/pgm-template-repo/blob/main/LICENSE) for details.
51
+
[LICENSE](https://github.com/PowerGridModel/libpower-grid-model-java/blob/main/LICENSE) for details.
52
52
53
53
## Licenses third-party libraries
54
54
55
55
This project includes third-party libraries,
56
56
which are licensed under their own respective Open-Source licenses.
57
57
SPDX-License-Identifier headers are used to show which license is applicable.
0 commit comments