Skip to content

Commit

Permalink
fix compilation arguments for dependency that wasn't found automatica…
Browse files Browse the repository at this point in the history
…lly, remove icasso include from something that doesn't use it
  • Loading branch information
coalsont committed Nov 15, 2024
1 parent 4ed888d commit 6957c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ICAFIX/scripts/Compile_MATLAB_code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ compile_functionhighpassandvariancenormalize()
${MATLAB_HOME}/bin/mcc -m -v ${app_name}.m \
-I "${HCPPIPEDIR}/ICAFIX/scripts" \
-I "${HCPPIPEDIR}/global/matlab" \
-I "${HCPPIPEDIR}/global/matlab/icasso122" \
-I "${HCPPIPEDIR}/global/matlab/icaDim" \
-I "${HCPCIFTIRWDIR}" \
-I "${HCPPIPEDIR}/global/fsl/etc/matlab" \
Expand Down Expand Up @@ -142,6 +141,8 @@ compile_melodicicasso()
${MATLAB_HOME}/bin/mcc -m -v ${app_name}.m \
-I "${HCPPIPEDIR}/ICAFIX/scripts" \
-I "${HCPPIPEDIR}/global/matlab" \
-a "$HCPPIPEDIR/global/matlab/icasso122/sim2dis.m" \
-a "$HCPPIPEDIR/global/matlab/icasso122/sqrtsim2dis.m" \
-I "${HCPPIPEDIR}/global/matlab/icasso122" \
-I "${HCPPIPEDIR}/global/matlab/icaDim" \
-I "${HCPCIFTIRWDIR}" \
Expand Down
Binary file modified ICAFIX/scripts/Compiled_melodicicasso/melodicicasso
Binary file not shown.

0 comments on commit 6957c04

Please sign in to comment.