Skip to content

Commit

Permalink
Fixed yMakefile to build BuiltInFuncs.c with optimization turned off …
Browse files Browse the repository at this point in the history
…on MacOS systems.

This is due to issue with clang.
  • Loading branch information
marylhaley committed Feb 27, 2019
1 parent cb0a383 commit 9a0974b
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions ni/src/ncl/yMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -663,3 +663,45 @@ MakeNcl: MakeNcl.csh Makefile
-e 's+SED_INCPATH+$(INCPATH)+' \
<MakeNcl.csh > MakeNcl

#
# $Id$
#
###########################################################################
# Copyright (C) 1993 #
# University Corporation for Atmospheric Research #
# All Rights Reserved #
# #
###########################################################################
#
# File: yMakefile for NCL
#
# Author: Ethan Alpert
# National Center for Atmospheric Research
# POB 3000, Boulder, Colorado
#
# Date: $Date$
#
# Description:
#
# Usage:
#
# Environment:
#
# Files:
#
#
# Options:

MYBIN = ncl
#ifdef JIRA1530
MYXQFBIN = ncl.xq.fix
#endif
MYLIB = libncl
MYLIB_API = libnclapi
YACC = $(NYACC)

#if defined(Darwin)
BuiltInFuncs.o: BuiltInFuncs.c
$(CC) -c BuiltInFuncs.c $(ALLDEFINES) $(CCOPTIONS)
#endif

0 comments on commit 9a0974b

Please sign in to comment.