Mni2mz3

Latest version: v1.0.0

Safety actively analyzes 624625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.0

Manual Installation

Here you will find pre-compiled binaries for manual installation of `mni2mz3`. Refer to the [README](https://github.com/FNNDSC/mni2mz3#readme) for the installation instructions using a package manager.

Choosing An Installer for Linux

1. If you know what you are doing, do that.
2. The bare binary [`mni2mz3`](https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0/mni2mz3) should work on all Linux distros. Download it, then run `chmod +x ./mni2mz3` as usual.
3. The `unknown-linux-gnu` target is preferable for GNU/Linux with glibc version 2.31 or above. In simpler words: `unknown-linux-gnu` is recommended for Arch Linux, Ubuntu 20.04, Debian 11 (Bullseye), CentOS 9, RHEL 9, or newer. Older systems should download the `unknown-linux-musl` variant.

Installation Script

A script is provided for detecting your computer architecture and downloading the corresponding package.

Install for all users (requires `sudo`):

shell
curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0/installer.sh' | sudo env MNI2MZ3_BIN=/usr/local/bin/mni2mz3 bash


Install for current user:

shell
curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0/installer.sh' | env MNI2MZ3_BIN="$HOME/.local/bin/mni2mz3" bash


Use in `Dockerfile` (requires `bash` and `curl`):

Dockerfile
RUN curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0/installer.sh' | bash

1.0.0rc.5

Choosing An Installer for Linux

The bare binary [`mni2mz3`](https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.5/mni2mz3) should work on all Linux distros. Download it, then run `chmod +x ./mni2mz3` as usual.

The `unknown-linux-gnu` target is preferable for GNU/Linux with glibc version 2.31 or above. In simpler words: `unknown-linux-gnu` is recommended for Arch Linux, Ubuntu 20.04, Debian 11 (Bullseye), CentOS 9, RHEL 9, or newer. Older systems should download the `unknown-linux-musl` variant.

Installation Script

A script is provided for downloading and installing the binary.

Install for all users (requires `sudo`):

shell
curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.5/installer.sh' | sudo env MNI2MZ3_BIN=/usr/local/bin/mni2mz3 bash


Install for current user:

shell
curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.5/installer.sh' | env MNI2MZ3_BIN="$HOME/.local/bin/mni2mz3" bash


Use in `Dockerfile` (requires `bash` and `curl`):

Dockerfile
RUN curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.5/installer.sh' | bash

1.0.0rc.4

Experimental release to try installation script.

Choosing An Installer for Linux

The bare binary [`mni2mz3`](https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.4/mni2mz3) should work on all Linux distros. Download it, then run `chmod +x ./mni2mz3` as usual.

The `unknown-linux-gnu` target is preferable for GNU/Linux with glibc version 2.31 or above.
In simpler words: `unknown-linux-gnu` is recommended for Arch Linux, Ubuntu 20.04, Debian 11
(Bullseye), CentOS 9, RHEL 9, or newer. Older systems should download the `unknown-linux-musl` variant.

Installation Script

A script is provided for downloading and installing the binary.

Install for all users (requires `sudo`):

shell
curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.4/installer.sh' | sudo env MNI2MZ3_BIN=/usr/local/bin/mni2mz3 bash


Install for current user:

shell
curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.4/installer.sh' | env MNI2MZ3_BIN="$HOME/.local/bin/mni2mz3" bash


Use in `Dockerfile` (requires `bash` and `curl`):

Dockerfile
RUN curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.4/installer.sh' | bash

0.1.1

- Support for converting `.obj` to (mesh) MZ3
- Support for converting `.txt` to (scalar) MZ3

0.1.0rc.4

It works, though I'm playing around with release engineering and waiting for a resolution to https://github.com/niivue/niivue/issues/729

0.1.0rc.1

| File | Platform | Checksum |
|--------|----------|----------|
| [mni2mz3-aarch64-apple-darwin.tar.gz](https://github.com/FNNDSC/mni2mz3/releases/download/v0.1.0-rc.1/mni2mz3-aarch64-apple-darwin.tar.gz) | macOS Apple Silicon | [checksum](https://github.com/FNNDSC/mni2mz3/releases/download/v0.1.0-rc.1/mni2mz3-aarch64-apple-darwin.tar.gz.sha256) |
| [mni2mz3-x86_64-apple-darwin.tar.gz](https://github.com/FNNDSC/mni2mz3/releases/download/v0.1.0-rc.1/mni2mz3-x86_64-apple-darwin.tar.gz) | macOS Intel | [checksum](https://github.com/FNNDSC/mni2mz3/releases/download/v0.1.0-rc.1/mni2mz3-x86_64-apple-darwin.tar.gz.sha256) |
| [mni2mz3-x86_64-pc-windows-msvc.tar.gz](https://github.com/FNNDSC/mni2mz3/releases/download/v0.1.0-rc.1/mni2mz3-x86_64-pc-windows-msvc.tar.gz) | Windows x64 | [checksum](https://github.com/FNNDSC/mni2mz3/releases/download/v0.1.0-rc.1/mni2mz3-x86_64-pc-windows-msvc.tar.gz.sha256) |
| [mni2mz3-x86_64-unknown-linux-gnu.tar.gz](https://github.com/FNNDSC/mni2mz3/releases/download/v0.1.0-rc.1/mni2mz3-x86_64-unknown-linux-gnu.tar.gz) | Linux x64 | [checksum](https://github.com/FNNDSC/mni2mz3/releases/download/v0.1.0-rc.1/mni2mz3-x86_64-unknown-linux-gnu.tar.gz.sha256) |
| [mni2mz3-x86_64-unknown-linux-musl.tar.gz](https://github.com/FNNDSC/mni2mz3/releases/download/v0.1.0-rc.1/mni2mz3-x86_64-unknown-linux-musl.tar.gz) | musl Linux x64 | [checksum](https://github.com/FNNDSC/mni2mz3/releases/download/v0.1.0-rc.1/mni2mz3-x86_64-unknown-linux-musl.tar.gz.sha256) |

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.