The installation procedure is created with Miniconda package.
-
Download the latest release of Miniconda Windows installer.
-
Install Miniconda
start /wait "" ..\NASTRAN\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /D=%CD%\..\Miniconda3
- Create new nastran-95 environment
%CD%\Miniconda3\condabin\conda.bat create -n nastran-95 -y
- Activate nastran-95 environment
%CD%\Miniconda3\condabin\conda.bat activate nastran-95
- Install basic Linux commands
conda install m2-base -y
- Install gfortran compiler
conda install m2w64-gcc-fortran -y
- Install make utility
conda install m2w64-make -y
- Build nastran executable and auxiliary utilities
mingw32-make all