Package Details: ncl 6.6.2-5

Git Clone URL: https://aur.archlinux.org/ncl.git (read-only, click to copy)
Package Base: ncl
Description: Ncar Command Language, is an interpreted language designed specifically for scientific data analysis and visualization
Upstream URL: http://www.ncl.ucar.edu
Licenses: Apache-2.0
Provides: ncl
Submitter: Xavier
Maintainer: None
Last Packager: micwoj92
Votes: 17
Popularity: 0.000000
First Submitted: 2010-09-24 16:46 (UTC)
Last Updated: 2026-01-31 07:01 (UTC)

Pinned Comments

Xavier commented on 2017-08-27 03:23 (UTC) (edited on 2021-06-04 01:22 (UTC) by Xavier)

If everything went well in the build, it generates the binary /usr/bin/ncl, else rebuild (not use repositories) these packages: g2clib, triangle, udunits, hdf4 (>=4.2.14-4), and try again. For fresh install run 'source /etc/profile' or relogin.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

Xavier commented on 2025-11-26 20:20 (UTC)

Hi @micwoj92 I haven't had time to review and fix this package, would you like to help and co-maintain it?

micwoj92 commented on 2025-11-26 20:07 (UTC)

Build fails:

ymake-filter.c: In function ‘main’:
ymake-filter.c:57:22: error: too many arguments to function ‘isacppcomment’; expected 0, have 1
   57 |                 if ( isacppcomment(line) ) continue;
      |                      ^~~~~~~~~~~~~ ~~~~
ymake-filter.c:50:17: note: declared here
   50 |         int     isacppcomment();
      |                 ^~~~~~~~~~~~~
ymake-filter.c: In function ‘isacppcomment’:
ymake-filter.c:50:17: warning: old-style function definition [-Wold-style-definition]
ymake-filter.c:214:1: error: number of arguments doesn’t match prototype
  214 | {
      | ^
ymake-filter.c:50:17: error: prototype declaration
   50 |         int     isacppcomment();
      |                 ^~~~~~~~~~~~~
make: *** [<builtin>: ymake-filter.o] Error 1

Continuing in: /build/ncl/src/ncl-6.6.2
./config/ymake-filter: Command not found.
==> ERROR: A failure occurred in build().
    Aborting...

Xavier commented on 2021-06-04 01:21 (UTC)

Sorry for the delay with this package, I updated the links and made some build fixes but I couldn't test it 100% so I'm not sure if this builds fine (you know that if exists /usr/bin/ncl). I don't have much time to check it, any help/patches are welcome.

ram commented on 2021-06-03 10:11 (UTC)

build breaks with

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://src.fedoraproject.org/rpms/ncl/raw/master/f/ncl-5.0.0-no_install_dep.patch
    Aborting...
:: Unable to build ncl - makepkg exited with code: 1

Polly commented on 2021-03-02 09:23 (UTC)

The fedora resources have moved from branches "master" to "main". The URLs in the PKGBUILD need to be adapted accordingly. The versions and checksums of the patches stay the same.

queenmedley commented on 2019-10-28 15:21 (UTC) (edited on 2019-10-28 15:27 (UTC) by queenmedley)

During compiling, there are many warning or error message related to some header file missing, stddef.h, limits.h, stdarg.h.
It's solved by adding options to "#define IncSearch" in "Site.local"

"-I/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include" "-I/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include-fixed"

queenmedley commented on 2019-10-28 15:01 (UTC) (edited on 2019-10-28 15:16 (UTC) by queenmedley)

I tested like that
1. go to ....../src/ncl-6.6.2/ni/src/lib/nfp
2. Add option "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" to CFLAGS in Makefile.
3. do "make"
=> I could find the libnfp.a.

Problem is that when makepkg, there is not Makefile in /src/ncl-6.6.2/ni/src/lib/nfp.
I tried the sed command under ".config/ymkmf" in PKGBUILD,

"sed '/^CFLAGS/ s/$/ "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H"/' ni/src/lib/nfp/Makefile"

but it failed.

"sed: can't read ni/src/lib/nfp/Makefile: No such file or director"

I think Makefile is made during compiling..
I don't know how to fix PKGBUILD. I am not good at coding.
Any idea?

Xavier commented on 2019-10-28 04:39 (UTC)

Hi guys, I will inspect the problem, (while) if someone wants to be a co-maintainer to help find these problems pl tell me

bakamotokatas commented on 2019-10-23 21:30 (UTC)

My compilation also doesn't generate ncl file. I am getting same error, as queenmedley mentioned.