Skip to content

Commit

Permalink
matlab: update libm2k and matlab versions in all script files.
Browse files Browse the repository at this point in the history
Signed-off-by: AlexandraTrifan <[email protected]>
  • Loading branch information
AlexandraTrifan committed Oct 23, 2024
1 parent 425b4bd commit 8a7a115
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bindings/matlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Always install the latest release for your MATLAB version from the [releases pag

| Operating System | MATLAB Release | Installer Package |
|:-------:|:-------:|:-------------------:|
| Windows 10 | R2023a |[Matlab Add-On](https://uk.mathworks.com/matlabcentral/fileexchange/74385-libm2k-matlab?s_tid=srchtitle_libm2k_1)|
| Linux | R2023a | [Matlab Add-On](https://uk.mathworks.com/matlabcentral/fileexchange/74385-libm2k-matlab?s_tid=srchtitle_libm2k_1) |
| Windows 10 | R2024b |[Matlab Add-On](https://uk.mathworks.com/matlabcentral/fileexchange/74385-libm2k-matlab?s_tid=srchtitle_libm2k_1)|
| Linux | R2024b | [Matlab Add-On](https://uk.mathworks.com/matlabcentral/fileexchange/74385-libm2k-matlab?s_tid=srchtitle_libm2k_1) |
4 changes: 2 additions & 2 deletions bindings/matlab/deps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set root=%cd%
:: libiio
mkdir deps

curl.exe --output libiio-win.zip --url https://github.com/analogdevicesinc/libiio/releases/download/v0.25/libiio-0.25-gb6028fd-windows.zip -L
curl.exe --output libiio-win.zip --url https://github.com/analogdevicesinc/libiio/releases/download/v0.26/Windows.zip -L
powershell -Command "Expand-Archive -Path libiio-win.zip -DestinationPath libiio"
powershell -Command "Get-ChildItem -Path libiio/Windows-VS-2022-x64 -Recurse -Filter *.dll | Copy-Item -Destination deps "
powershell -Command "Get-ChildItem -Path libiio/Windows-VS-2022-x64 -Recurse -Filter libiio.exp | Copy-Item -Destination deps "
Expand All @@ -34,7 +34,7 @@ mkdir deps\include
powershell -Command "Get-ChildItem -Path libiio/include -Recurse -Filter iio.h | Copy-Item -Destination deps/include "

::libm2k
git clone -b v0.8.0 https://github.com/analogdevicesinc/libm2k.git
git clone -b v0.9.0 https://github.com/analogdevicesinc/libm2k.git
cd libm2k
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion bindings/matlab/libm2kData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<location>/tmp/libm2k-matlab</location>
<libData type="mwAnnotation.LibraryAnnotation" uuid="5858829f-5159-46d6-9cdf-b0eef26e97fd">
<architecture>glnxa64</architecture>
<matlabVersion>R2019a</matlabVersion>
<matlabVersion>R2024b</matlabVersion>
<packageName>libm2k</packageName>
</libData>
</Annotations>
Expand Down

0 comments on commit 8a7a115

Please sign in to comment.