Skip to content

Commit 7058a59

Browse files
committed
Remove outdated development instructions and clarify AI-assisted maintenance approach
1 parent fc832f5 commit 7058a59

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -104,23 +104,7 @@ end
104104

105105
## Development
106106

107-
- [c2ffi](https://github.com/rpav/c2ffi)
108-
- [c2ffi4rb](https://github.com/kojix2/c2ffi4rb)
109-
110-
### Generate spec file
111-
112-
```sh
113-
c2ffi $(pkg-config --cflags-only-I hdf5 | ruby -npe '$_.strip!.gsub!(/-I/, "")<<"/hdf5.h"') > hdf5.json
114-
# c2ffi /usr/include/hdf5/serial/hdf5.h > hdf5.json
115-
```
116-
117-
### Generate Ruby bindings
118-
119-
```sh
120-
c2ffi4rb hdf5.json > lib/hdf5/ffi.rb
121-
```
122-
123-
The auto-generated bindings require some minor manual modifications.
107+
After more than a decade, it is clear that the Ruby community does not have enough resources to sustainably maintain an HDF5 library. For that reason, development of this library is intentionally AI-assisted. Something is better than nothing.
124108

125109
## Acknowledgement
126110

0 commit comments

Comments
 (0)